http://codereview.chromium.org/7477045/diff/6002/src/objects.h File src/objects.h (right):
http://codereview.chromium.org/7477045/diff/6002/src/objects.h#newcode524 src/objects.h:524: SLICED_SYMBOL_TYPE = kTwoByteStringTag | kSymbolTag | kSlicedStringTag, On 2011/07/27 14:04:49, antonm wrote:
Do we want sliced symbols?
I am a little concerned about this as well, this could potentially keep strings alive for a lot longer since these are often identifier names, e.g., if json (or eval for that sake) is used for loading dynamic content we will keep the string alive where the identifiers are first described potentially long after the original objects died. http://codereview.chromium.org/7477045/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
