LGTM
http://codereview.chromium.org/112082/diff/1/6 File src/top.h (right): http://codereview.chromium.org/112082/diff/1/6#newcode88 Line 88: #define TOP_ADDRESS_LIST(C) \ How about making two lists TOP_ADDRESS_LIST_ALWAYS and TOP_ADDRESS_LIST_PROFILING? See builtinsh.h and runtime.h where there is a separate list for debugger related stuff (in runtime.h there is two _ALWAYS lists due to Visual C++ choking on long macros). http://codereview.chromium.org/112082 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
