[v8-dev] Re: Shorten bail out checks when calling code which can fail. (issue6713004)

2011-03-21 Thread ager
LGTM http://codereview.chromium.org/6713004/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Shorten bail out checks when calling code which can fail. (issue6713004)

2011-03-21 Thread antonm
As discussed on IM, just shorten miss branch generation sequence. http://codereview.chromium.org/6713004/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Shorten bail out checks when calling code which can fail. (issue6713004)

2011-03-21 Thread ager
I don't like replacing this with a macro much. The code as is is not hard to read and is not much larger. I wouldn't add a macro for this. http://codereview.chromium.org/6713004/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev