-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
[Merged by Bors] - Convert Codeblock
variables to Sym
#1798
Conversation
Test262 conformance changesVM implementation
|
Codecov Report
@@ Coverage Diff @@
## main #1798 +/- ##
==========================================
- Coverage 55.51% 55.49% -0.03%
==========================================
Files 201 201
Lines 17420 17390 -30
==========================================
- Hits 9671 9650 -21
+ Misses 7749 7740 -9
Continue to review full report at Codecov.
|
|
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.
I'm only missing the tests in boa_interner, and LGTM :)
After this gets merged, the only thing left to do with the interner (at least for some time) is to benchmark all the backends to see if we should change it. The current one was the fastest when the Interner was only in the parser, but that might have changed. |
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.
Looks good to me! :)
bors r+ |
Pull request successfully merged into main. Build succeeded: |
Codeblock
variables to Sym
Codeblock
variables to Sym
It changes the following:
Codeblock
variables toSym