Updates:
        Status: Assigned
        Owner: [email protected]
        Labels: Priority-Medium

Comment #2 on issue 894 by [email protected]: arm build error NULL used in arithmetic
http://code.google.com/p/v8/issues/detail?id=894

The test
if (generator != NULL)
in codegen.cc compared a pointer to member to NULL, and apparently the ARM compiler does not like that. This test was dead (could never fail), and so I will remove it, replacing it with asserts. The function that generated the value for generator will also be inlined, as it is only used once and is small.

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

Reply via email to