Status: New
Owner: ----
CC: [email protected],  erik.corry,  [email protected]
Labels: Type-Bug Priority-Medium

New issue 338 by [email protected]: x64: ThreadManager needs to be  
extended for 64-bit.
http://code.google.com/p/v8/issues/detail?id=338

ThreadManager currently uses int as an ID.  This ID is really a pointer cast
to an int.  Additionally we will later turn this int into a Smi:

runtime.cc:                 Smi::FromInt(ThreadManager::CurrentId()));


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to