Closed Bug 416187 Opened 18 years ago Closed 17 years ago

ActionMonkey: Add JS_SetGCParameter setting for incremental GC

Categories

(Core :: JavaScript Engine, defect)

Other Branch
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jorendorff, Unassigned)

References

Details

Incremental GC can't be on by default. JSAPI applications that use JS_SetGCCallback expect certain guarantees that incremental GC would break. (Exactly when is GC_MARK_END fired, for example?) So the callbacks will behave differently if you turn on incremental GC. Not a big deal. If we ever abandon incremental GC (for example, to use a generational GC instead), we'll just deprecate the option.
Blocks: 411563
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.