Closed
Bug 788099
Opened 13 years ago
Closed 13 years ago
Remove BytecodeEmitter::constMap
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
5.36 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
BytecodeEmitter::constMap isn't used in any useful way.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
This patch removes BytecodeEmitter::constMap because it doesn't do anything
useful. DefineCompileTimeConstant() can also be removed.
Attachment #658004 -
Flags: review?(luke)
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 658004 [details] [diff] [review]
Remove BytecodeEmitter::constMap.
rampage!
Attachment #658004 -
Flags: review?(luke) → review+
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•