Hi, I have a quick question about the Thread Local Storage allocation in V8.
While the 'CreateThreadLocalKey()' function in platform.h is being invoked few times, the corresponding 'DeleteThreadLocalKey' is never being invoked. Shouldn't the index allocated by TlsAlloc in the former be freed later (after it's no longer required) by TlsFree? Or, is it the responsibility of the main application (which is running V8 engine) to free this at the end? Thank you, Ravi -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
