Closed
Bug 934173
Opened 11 years ago
Closed 11 years ago
Mark debugMode() as JS_UNLIKELY
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: sunfish, Assigned: sunfish)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
6.56 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
This patch wraps tests of debugMode() in JS_UNLIKELY, to optimize for the non-debug-mode case.
Attachment #826364 -
Flags: review?(luke)
Updated•11 years ago
|
Attachment #826364 -
Flags: review?(luke) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•