TypedArray.from is 15x too slow
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: maartenbreddels, Assigned: anba)
References
Details
(Keywords: good-first-bug, perf, Whiteboard: [lang=C++])
Attachments
(1 file, 2 obsolete files)
| Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Updated•7 years ago
|
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Comment 22•7 years ago
|
||
Comment 23•7 years ago
|
||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
Comment 26•7 years ago
|
||
Comment 27•7 years ago
|
||
Comment 28•7 years ago
|
||
Hey, I see no update on for past 2 months, I would like to take this up, I have applied the patch and also accommodated review comments in the patch. To test, I should just build using ./mach build and run the tests in the first comment in the console?
| Assignee | ||
Comment 29•7 years ago
|
||
I've just posted a patch to bug 1522157 to add the necessary helpers (IsTypedArrayConstructor and ArrayIteratorPrototypeOptimizable) needed to finish up this bug.
Comment 30•7 years ago
|
||
Okay, sure no problem @Anre.
Comment 31•7 years ago
|
||
(In reply to Garvit Khatri [:garvitdelhi] from comment #30)
Okay, sure no problem @Anre.
*@Andre
| Assignee | ||
Comment 32•7 years ago
|
||
Just to prevent any misunderstandings: I didn't want to discourage anyone to work on this bug. I only wanted to say that bug 1522157 adds some helpers which are also necessary here. So this bug is now even a better "good-first-bug". :-D
Updated•7 years ago
|
Comment 33•7 years ago
|
||
Is anyone actively working on this? Or is it up for grabs? I see that it is currently unassigned.
Comment 34•7 years ago
|
||
Chris: as far as I know no-one is. It should be fine if you want to take it on.
| Assignee | ||
Comment 35•7 years ago
|
||
Comment 36•7 years ago
|
||
Can I work on this?
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 37•7 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6d1b93f0792688a2ee8f68c13951ae53b4cff2a2
Comment 38•7 years ago
|
||
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/37fe2e02b32b
Add fast path when TypedArray.from is called with a TypedArray. r=jandem
Comment 39•7 years ago
|
||
| bugherder | ||
Description
•