http://codereview.chromium.org/660104/diff/26/1052 File src/arm/virtual-frame-arm.h (right):
http://codereview.chromium.org/660104/diff/26/1052#newcode349 src/arm/virtual-frame-arm.h:349: void Push(Smi* value) { Push(Handle<Object>(value)); } On 2010/02/26 09:14:29, Søren Gjesse wrote:
Should this be inline as well (all three platforms)?
Done. It should be inlined already since it is defined in the .h file, but to be consistent I moved it also to the -inl.h file. http://codereview.chromium.org/660104 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
