Comment #12 on issue 2340 by [email protected]: Force format stack traces for Errors that survived major GC
https://code.google.com/p/v8/issues/detail?id=2340

You don't need to entirely format the stack trace, you just need to calculate source positions. Currently it contains code+pc offset, and we use that to find the source position; which is relatively expensive since we need to walk the reloc info (or whatever table it is). At (or after) GC we can do this part of formatting: replacing the code object with a smi indicating the source position.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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.

Reply via email to