I think we should take this opportunity to get rid of all the assembler:: namespaces in the system and just use v8 and v8::internal.
This will be a very nice cleanup. :) http://codereview.chromium.org/6274009/diff/1/src/arm/constants-arm.h File src/arm/constants-arm.h (right): http://codereview.chromium.org/6274009/diff/1/src/arm/constants-arm.h#newcode94 src/arm/constants-arm.h:94: namespace assembler { No that we are sharing all of this why don't we use to opportunity to get rid of the assembler::arm namespace all together. I don't really see a reason for it. The simulator should just be in the v8::internal namespace as well. http://codereview.chromium.org/6274009/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
