-
-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Accessors panics #902
Fix Accessors panics #902
Conversation
Test262 conformance changes:
|
Codecov Report
@@ Coverage Diff @@
## master #902 +/- ##
==========================================
- Coverage 59.44% 59.41% -0.03%
==========================================
Files 166 166
Lines 10474 10477 +3
==========================================
- Hits 6226 6225 -1
- Misses 4248 4252 +4
Continue to review full report at Codecov.
|
Benchmark for cad9698Click to view benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Removing the panics should improve our conformance, and at at least we don't bring down the process executing the interpreter. Looks good to me, I'm a bit intrigued by the benchmarks, but I hope it's just statistical anomalies.
That is very strange. You are right, it's probably a statistical anomaly since there is a performance regression in parse/lex benchmarks, I haven't changed anything in the parser/lexer. |
Cool, let's merge then :D |
It changes the following: