Status: New
Owner: ----
CC: [email protected],  christian.plesner.hansen,  [email protected]
Labels: Type-Bug Priority-Medium

New issue 335 by [email protected]: 64-bit: FmtElm in string-stream needs  
to handle pointers.
http://code.google.com/p/v8/issues/detail?id=335

The current code treats ints and pointers the same, casting pointers to an
int.  This won't work when int is 32-bit and a pointer is 64-bit.  It
already supports %p, so it's probably just a bit of work to make pointers a
real "type" to FmtElm, and to make sure all of the callers are using the
proper format specifier.

--
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