LGTM

http://codereview.chromium.org/6764013/diff/1/src/x64/codegen-x64.cc
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/6764013/diff/1/src/x64/codegen-x64.cc#newcode8758
src/x64/codegen-x64.cc:8758: Assembler masm(Isolate::Current(), buffer,
static_cast<int>(actual_size));
Please try passing NULL instead. The assembler should not depend on the
isolate when given a buffer. If it still does, let's fixit it.

http://codereview.chromium.org/6764013/

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

Reply via email to