Closed
Bug 915485
Opened 11 years ago
Closed 11 years ago
Async scripts parsed with !options.compileAndGo with off-main-thread parsing
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: luke, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
(deleted),
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
When scripts are parsed off the main thread, it seems options.compileAndGo is false. This effectively disables Ion and Odin compilation on these scripts which slaughters performance of, e.g., unrealengine.com/html5.
Assignee | ||
Comment 1•11 years ago
|
||
Whoops.
Assignee: general → bhackett1024
Attachment #803907 -
Flags: review?(luke)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 803907 [details] [diff] [review]
patch
Awesome. Tested on Citadel and BananaBench and no jank. Nice work!
Attachment #803907 -
Flags: review?(luke) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•