DescriptionMore special handling of the symbol table during garbage collection.
Mark all objects reachable from the symbols except the symbols
themselves as live (and reachable from strong roots). This ensures
that if the symbol itself remains alive for any reason, and if it was
a sliced string or cons string backed by an external string, then the
external string will be strongly reachable and therefore not get a
weak reference callback.
Committed: http://code.google.com/p/v8/source/detail?r=1846
Patch Set 1 #
Total comments: 4
Messages
Total messages: 4 (0 generated)
|