I asked my local C++ expert and he suggests that if we really want it to not be inlined, we should use __attribute__((noinline)).
Since the fix will need to be implemented by a v8 hacker anyway, perhaps consider that. http://codereview.chromium.org/3083016/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
