Confirmed users, Bureaucrats and Sysops emeriti
419
edits
Line 18: | Line 18: | ||
** Convert mozilla-central to use new global rooting API | ** Convert mozilla-central to use new global rooting API | ||
** Disable JS_NAKED_GC_ROOTS | ** Disable JS_NAKED_GC_ROOTS | ||
* What about local roots? Need write barrier, efficient auto-temp-value rooting | * What about local roots? | ||
** Need write barrier, efficient auto-temp-value rooting | |||
** No naked argv[i] writes | |||
** Conservative stack scanning to avoid temp-value rooting overheads? | |||
* GC safety static analysis | * GC safety static analysis | ||
* Write barrier for all code including JITted code | * Write barrier for all code including JITted code |