-
-
Notifications
You must be signed in to change notification settings - Fork 408
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] - Feature JsTypedArray
s
#2003
Conversation
6e417d8
to
441e209
Compare
Codecov Report
@@ Coverage Diff @@
## main #2003 +/- ##
==========================================
- Coverage 43.99% 43.93% -0.06%
==========================================
Files 211 211
Lines 18665 18690 +25
==========================================
Hits 8211 8211
- Misses 10454 10479 +25
Continue to review full report at Codecov.
|
Test262 conformance changesVM implementation
|
Benchmark for 35b568dClick to view benchmark
|
23535b0
to
c175ea2
Compare
Benchmark for 178363fClick to view benchmark
|
Benchmark for cffc440Click to view benchmark
|
Benchmark for fcb3290Click to view benchmark
|
c175ea2
to
75a6573
Compare
Benchmark for decec61Click to view benchmark
|
Benchmark for 958d01fClick 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.
Good work!
A bit off topic, but what are your plans for the JsObjectType
trait?
bors r+ |
Pull request successfully merged into main. Build succeeded: |
JsTypedArray
sJsTypedArray
s
This PR adds a wrapper around the raw builtins for JavaScript typed arrays, like #1746