(2014/09/22 0:03), Si Robertson wrote: > When working with integers and V8 I have always been aware of keeping > integer values within a 31-bit range for performance reasons. Does the > introduction of Chrome 64-bit affect the bit-length of integer values?
Yes, Smi's are 32-bits in x64. > In other words, can V8 in Chrome 64-bit handle 63-bit integer values > performantly or does it still prefer 31-bit integer values? 32-bits. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
