Comment #1 on issue 894 by holisme: arm build error NULL used in arithmetic
http://code.google.com/p/v8/issues/detail?id=894

With my limited knowledge, i investigated a bit and found there is something suspicious in runtime.h, around line 460 :

    kFirstInlineFunction = kInlineIsSmi

While IsSmi is defined by a runtime inline function macro,
there are no similar invocations in v8 source code.
Could it be a leftover ?


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to