LGTM
http://codereview.chromium.org/131099/diff/1/5 File src/x64/assembler-x64-inl.h (right): http://codereview.chromium.org/131099/diff/1/5#newcode126 Line 126: if (rm_reg.code() > 0x7) emit(0x41); I've used ">= 0x8" in other places. We really should have has_high_bit() on Register. http://codereview.chromium.org/131099 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
