Comment #4 on issue 3934 by [email protected]: Get bailout reason message
https://code.google.com/p/v8/issues/detail?id=3934

I would find it really useful in my own projects when running unit tests with the --allow-natives-syntax flag. Currently I do something like this in my unit tests with my chai plugin:

expect(fn).to.be.optimised;

Then when I need to determine the failing reason I have to amend the test like so:

%SetFlags("--trace_deopt");
expect(fn).to.be.optimised;
%SetFlags("--notrace_deopt");

thanks.

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