Closed
Bug 681423
Opened 14 years ago
Closed 14 years ago
IonMonkey: new gc code does not respect JS_ION
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mjrosenb, Unassigned)
Details
Attachments
(1 file)
|
10.30 KB,
patch
|
Details | Diff | Splinter Review |
In order to make development on arm easier, I added in a new preprocessor flag to turn off IonMonkey altogether. I've just added #ifdef JS_ION everyplace that references ion.
Would it be easier to just expose IonCode objects even if there's no JS_ION? All these #ifdefs kind of scare me :)
Builds w/out ion are green on TBPL.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•