LGTM!

http://codereview.chromium.org/6094020/diff/3001/src/hydrogen-instructions.h
File src/hydrogen-instructions.h (right):

http://codereview.chromium.org/6094020/diff/3001/src/hydrogen-instructions.h#newcode1643
src/hydrogen-instructions.h:1643:
ASSERT(!Heap::allow_allocation(false));
I think

ASSERT(!Heap::IsAllocationAllowed());

would be read a little better here and assert the same property.

http://codereview.chromium.org/6094020/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to