Confirmed users, Bureaucrats and Sysops emeriti
419
edits
No edit summary |
|||
Line 24: | Line 24: | ||
** No naked argv[i] writes [bug NNNNNNN] | ** No naked argv[i] writes [bug NNNNNNN] | ||
** Conservative stack scanning to avoid temp-value rooting overheads? [bug NNNNNNN] | ** Conservative stack scanning to avoid temp-value rooting overheads? [bug NNNNNNN] | ||
*** | *** Andreas and Brendan think this is likely best (safety, clean code) | ||
*** Equivalent to well-used (i.e. seldom-used) pinning API in effect but contained: | |||
**** GC from shallow stack | |||
**** clear event loop locals that might entrain garbage | |||
*** 8/4/2009 NEEDS PROMPT INVESTIGATION | *** 8/4/2009 NEEDS PROMPT INVESTIGATION | ||
* GC safety static analysis | * GC safety static analysis |