On Wed, Nov 12, 2014 at 1:14 AM, Isiah Meadows <[email protected]> wrote: > When does V8 currently bail on optimization? I know that, historically, it > has on try-catch and debugger statements. Could I get a complete, up to date > (both stable and bleeding_edge) list of this? Or, even better, where would I > look in the code to find this?
They're listed in src/bailout-reason.h. I don't think every bailout reason is currently in use but a quick grep through src/ will tell you if a particular one is. -- -- 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.
