Closed
Bug 672283
Opened 14 years ago
Closed 14 years ago
eval cache should hit if both 'principals' and 'script->principals' are null
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
1.86 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
bug 657418 comment 12 points out that the (#4 top-crash fixing) patch in bug 657418 effectively disables the eval cache for the shell (where most principals are NULL). This can be fixed by a simple tweak to EvalCacheLookup logic so that you still get a hit (just without crashing).
![]() |
Assignee | |
Comment 1•14 years ago
|
||
Confirmed 20ms speedup (over de-optimized trunk) in shell.
Attachment #546640 -
Flags: review?(mrbkap)
Updated•14 years ago
|
Attachment #546640 -
Flags: review?(mrbkap) → review+
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•