Closed
Bug 851181
Opened 12 years ago
Closed 12 years ago
Fix --disable-methodjit build
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: terrence, Unassigned)
References
Details
On TBPL we can easily change configure flags, but cannot easily change the args passed to jit-tests. Since ggc doesn't currently support the methodjit (and may never support it at the current rate), we need to make this build configuration work again.
Comment 1•12 years ago
|
||
The patch in bug 851057 adds JM integration with GGC, among other things. It's just rather slow, stubbing everything that might need to allocate from the nursery or hit a post barrier.
| Reporter | ||
Comment 2•12 years ago
|
||
Awesome! If jit integration is already in place then we can skip this step altogether.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•