Please move the two implementations into the -inl.h. -Ivan
http://codereview.chromium.org/115571/diff/1003/7 File src/x64/assembler-x64.h (right): http://codereview.chromium.org/115571/diff/1003/7#newcode833 Line 833: #undef EMIT Why are these two functions so exceptional that they have to be defined in the .h file instead of being part of the -inl.h like all the other inline functions? That would also remove to expose the EMIT macro in the header file. http://codereview.chromium.org/115571 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
