I don't think this works in this form.
http://codereview.chromium.org/242048/diff/1/2 File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/242048/diff/1/2#newcode2546 Line 2546: #ifdef ENABLE_DEBUGGER_SUPPORT Do we need to make the same change for other architectures? http://codereview.chromium.org/242048/diff/1/3 File src/objects.h (right): http://codereview.chromium.org/242048/diff/1/3#newcode308 Line 308: INSTANCE_TYPE_LIST_DEBUGGER(V) I don't think you can do this. The comments indicate that things that are after JS_VALUE_TYPE are treated specially by the GC (and perhaps other places) so the reordering is probably not allowed. http://codereview.chromium.org/242048 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
