546
edits
Line 9: | Line 9: | ||
** Remove js_AddAsGCBytes [https://bugzilla.mozilla.org/show_bug.cgi?id=505933 bug 505933] FIXED | ** Remove js_AddAsGCBytes [https://bugzilla.mozilla.org/show_bug.cgi?id=505933 bug 505933] FIXED | ||
** Remove reserved objects and doubles stuff in the tracer [https://bugzilla.mozilla.org/show_bug.cgi?id=508140 bug 508140] | ** Remove reserved objects and doubles stuff in the tracer [https://bugzilla.mozilla.org/show_bug.cgi?id=508140 bug 508140] | ||
** Use one single GC heap chunk, avoiding frequent mmap and malloc calls [https://bugzilla.mozilla.org/show_bug.cgi?id=506174 bug | ** Use one single GC heap chunk, avoiding frequent mmap and malloc calls [https://bugzilla.mozilla.org/show_bug.cgi?id=506174 bug 508707] | ||
* Speed up collector | * Speed up collector | ||
** Allocate short-enough strings from GC heap, not malloc heap [https://bugzilla.mozilla.org/show_bug.cgi?id=402614 bug 402614] | ** Allocate short-enough strings from GC heap, not malloc heap [https://bugzilla.mozilla.org/show_bug.cgi?id=402614 bug 402614] |
edits