LGTM

http://codereview.chromium.org/6026017/diff/17001/src/x64/code-stubs-x64.cc
File src/x64/code-stubs-x64.cc (right):

http://codereview.chromium.org/6026017/diff/17001/src/x64/code-stubs-x64.cc#newcode262
src/x64/code-stubs-x64.cc:262: __ push(rax);
Does it make sense to make something like

static const Register register_to_save[] = {rcx, rdx, ..., r11};

then write two loops for pushing and poping?

http://codereview.chromium.org/6026017/

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

Reply via email to