Closed
Bug 747543
Opened 13 years ago
Closed 13 years ago
Convert JIT registration API to use JITChunks in place of JITScripts
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
8.60 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
Something based on this may finally land, since Intel is helping out with vtune integration. The API needs some further changes to handle chunked compilation. (I've been using this patch for several months now with gdb/jit and recently vtune.)
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #617100 -
Flags: review?(bhackett1024)
Updated•13 years ago
|
Attachment #617100 -
Flags: review?(bhackett1024) → review+
Comment 2•13 years ago
|
||
Sorry, I backed out this bug and bug 730208:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cecc9064c6cb
because one of them apparently caused crashes in xpcshell tests on debug builds:
https://tbpl.mozilla.org/php/getParsedLog.php?id=11180559&tree=Mozilla-Inbound
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Comment 4•13 years ago
|
||
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•