Hi, Is it possible to determine the data type breakdown using v8? For example, given a javascript program, print out the % of each data type used: 20% int, 20% double, 20% string, etc. An orthogonal point is trying to determine the ratio of monomorphic vs. polymorphic data types. Is there an easy way to extract this information, with v8 or perhaps a related profiling tool?
Thanks, Malek -- -- 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.
