Updates:
        Status: Fixed

Comment #2 on issue 1870 by [email protected]: v8-3.8.1: error: variable 'address' set but not used
http://code.google.com/p/v8/issues/detail?id=1870

Thanks for the report. These were unused registers, no longer needed since storing to global property cells no longer needs a write barrier.

I took the opportunity to optimize register usage on all platforms. It should be fixed in r10280 (MIPS platform fixed in r10281).

As an aside, I wonder why g++ 4.4.3 did not warn about these.

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

Reply via email to