Ok, I am surprised you need USE() for parameters. I didn't check all of them, but some of them are definitely wrong.
Thanks http://codereview.chromium.org/113334/diff/1/2 File src/x64/assembler-x64.cc (right): http://codereview.chromium.org/113334/diff/1/2#newcode168 Line 168: USE(a); this is wrong. http://codereview.chromium.org/113334/diff/1/2#newcode252 Line 252: USE(a); wrong http://codereview.chromium.org/113334/diff/1/2#newcode583 Line 583: tailing line :) http://codereview.chromium.org/113334 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
