Reviewers: Mads Ager, Lasse Reichstein, Message: Here is the fix - DevToolsSanityTest.* passes now :)
I also re-enabled the fast compiler. Or should this better be a separate change? Description: Fix bug in the fast compiler's object literal code Fixes issue 526: http://code.google.com/p/v8/issues/detail?id=526 The object literals code in the fast compiler returned an incorrect result when getter or setters are defined together with computed properties. Also added a regression test that captures the most reduced version of this problem. Please review this at http://codereview.chromium.org/444001 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/fast-codegen-arm.cc M src/flag-definitions.h M src/ia32/fast-codegen-ia32.cc M src/x64/fast-codegen-x64.cc A test/mjsunit/regress/regress-526.js --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
