Closed
Bug 755578
Opened 11 years ago
Closed 11 years ago
simplify Compiler::generatePrologue (a tiny bit)
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
4.87 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
Tiny preparation bits: - s/invokeLabel/fastEntryLabel/, because its not the (invoke entry label) - merge it with fastPath label - remove script->needsArgsObj() conjunct (it doesn't get created in the prologue)
Attachment #624240 -
Flags: review?(bhackett1024)
![]() |
Assignee | |
Updated•11 years ago
|
Summary: simplify Compiler::generatePrologue → simplify Compiler::generatePrologue (a tiny bit)
Updated•11 years ago
|
Attachment #624240 -
Flags: review?(bhackett1024) → review+
![]() |
Assignee | |
Comment 1•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f7bde9f96a91
Target Milestone: --- → mozilla15
Comment 2•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f7bde9f96a91
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•