|
|
Line 35: |
Line 35: |
|
| |
|
| == Important Bugs == | | == Important Bugs == |
| | | <bugzilla> |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=641025 641025] - Incremental GC
| | { |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=734946 734946] - Disable incremental GC for Firefox 13
| | "id": "641025, 734946, 728692, 735944, 728686, 730853, 752098, 735099, 728976, 729773, 759522, 761739" |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=728692 728692] - Javascript becomes slow after Incremental GC gets disabled
| | } |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=735944 735944] - about:support says "incremental gc: 1" when javascript.options.mem.gc_incremental is disabled
| | </bugzilla> |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=728686 728686] - JS_NewPropertyIterator disables IGC
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=730853 730853] - If incremental GC or compartment GC runs all the time, CC never runs
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=752098 752098] - Crashes on MemBench with incremental GC enabled
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=735099 735099] - Re-enable incremental GC on desktop platforms
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=728976 728976] - Debug-only incremental GC crash [@ js::ReentrancyGuard::ReentrancyGuard]
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=729773 729773] - [IncrementalGC] "Assertion failure: IsMarkedOrAllocated(static_cast<Cell *>(thing))" with adoptNode, gczeal(4)
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=759522 759522] - OOM during mochitest-other
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=761739 761739] - Incremental GC not actually being triggered
| |
|
| |
|
| == Not Tested == | | == Not Tested == |