Reviewers: Kevin Millikin, Description: Version 3.5.3
MIPS: Port of fix to ClassOf check from ARM. Patch from Paul Lind <[email protected]>. Stopped using mprotect on Cygwin. Avoided uninitialized member warning on gcc 4.3.4 Both patches by Bert Belder. Bug fixes and performance improvements on all platforms. Please review this at http://codereview.chromium.org/7565005/ SVN Base: https://v8.googlecode.com/svn/trunk Affected files: M ChangeLog M src/arm/lithium-codegen-arm.cc M src/arm/stub-cache-arm.cc M src/code-stubs.h M src/d8.cc M src/hydrogen-instructions.cc M src/hydrogen.h M src/hydrogen.cc M src/ia32/code-stubs-ia32.cc M src/ia32/codegen-ia32.cc M src/ia32/lithium-codegen-ia32.cc M src/ia32/macro-assembler-ia32.h M src/ia32/macro-assembler-ia32.cc M src/ia32/stub-cache-ia32.cc M src/mips/full-codegen-mips.cc M src/mips/stub-cache-mips.cc M src/objects-inl.h M src/objects.cc M src/parser.cc M src/platform-cygwin.cc M src/platform-posix.cc M src/platform-win32.cc M src/platform.h M src/runtime.cc M src/version.cc M src/x64/code-stubs-x64.cc M src/x64/codegen-x64.cc M src/x64/lithium-codegen-x64.cc M src/x64/lithium-x64.cc M src/x64/stub-cache-x64.cc M test/cctest/test-api.cc M test/cctest/test-serialize.cc A test/mjsunit/compiler/regress-lbranch-double.js M test/mjsunit/math-floor.js M test/mjsunit/math-round.js A test/mjsunit/regress/regress-1582.js A test/mjsunit/regress/regress-91008.js A test/mjsunit/regress/regress-91010.js A test/mjsunit/regress/regress-91013.js A test/mjsunit/regress/regress-91120.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
