546
edits
Line 7: | Line 7: | ||
* Speed up allocator | * Speed up allocator | ||
** remove or mitigate locking ???? | ** remove or mitigate locking ???? | ||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=506174 | ** Use one single GC heap chunk, avoiding frequent mmap and malloc calls [https://bugzilla.mozilla.org/show_bug.cgi?id=506174 bug 506174] | ||
* 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