Implement asm.js support in UTF-8 source text
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | affected |
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
Attachments
(7 files)
1.80 KB,
patch
|
arai
:
review+
|
Details | Diff | Splinter Review |
1.01 KB,
patch
|
arai
:
review+
|
Details | Diff | Splinter Review |
54.11 KB,
patch
|
arai
:
review+
|
Details | Diff | Splinter Review |
2.81 KB,
patch
|
arai
:
review+
|
Details | Diff | Splinter Review |
34.87 KB,
patch
|
arai
:
review+
|
Details | Diff | Splinter Review |
64.67 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
6.31 KB,
patch
|
arai
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
![]() |
||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
bugherder |
![]() |
||
Comment 12•6 years ago
•
|
||
(In reply to Luke Wagner [:luke] from comment #9)
Alternatively, I suppose it'd be fine to simply kill dom/asmjscache. It's been slated for removal, ahead of full asm.js, for a while. I had been hoping to get bug 1487113 finished first, but given the close proximity, it seems wasteful to spend more than a few hours keeping it working right before removal.
I had also been concerned about keeping the serialization mechanism tested, but now we have bug 1330661 which is much better.
Assignee | ||
Comment 13•6 years ago
|
||
Mm. Killing dom/asmjscache looks like a bit of change, possibly more than I want to do with the concomitant risk. I spent a few hours today trying to do the desired adaptations to asm.js caching for UTF-8 support, and it appears not to have been too horrific or tricky to get right, so I will probably go with that for now. I have the patches for this locally, but I'm not yet 100% confident to the point of putting them up for review. Maybe tomorrow.
Assignee | ||
Comment 14•6 years ago
|
||
...okay, now I've spent too long (more than a more than a few hours, now) trying to figure out why my attempts at such are failing (test_cachingMulti.html starts indicating cache non-hits), probably should just do now what I should have done once comment 13 gave me permission. :-|
![]() |
||
Comment 15•6 years ago
|
||
sgtm. Feel free just to do the minimal cut in one patch and I can do a follow-up to do the full expungement.
Assignee | ||
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
|
||
![]() |
||
Comment 18•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 19•6 years ago
|
||
Assignee | ||
Comment 20•6 years ago
|
||
Turns out, per tryservering, the patch was missing a corresponding update to the binast tests to remove the latin1/asm.js-alikes. Landed with that additional tweak.
Comment 21•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Description
•