Closed
Bug 668350
Opened 13 years ago
Closed 13 years ago
IonMonkey: Add environment variable toggle for register allocator
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 668095
People
(Reporter: adrake, Assigned: adrake)
References
Details
Tracking bug for the corresponding FIXME in the code. Currently the linear scan register allocator call is just #ifdef'd out, that should be an environment variable check so separate binaries don't need to be built.
Command line option would be preferable, Chris just filed bug 668095
Assignee | ||
Comment 2•13 years ago
|
||
In the interim do we just want to leave the #ifndef in place and just build it twice? I thought that Chris wanted me to implement an environment variable as a stopgap measure, but if the argument patch is incoming soon I can hold off.
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•