Reviewers: Mads Ager, Description: Version 3.1.7
Fixed a number of crash bugs. Improved Crankshaft for x64 and ARM. Fixed implementation of indexOf/lastIndexOf for sparse arrays (http://crbug.com/73940). Fixed bug in map space compaction (http://crbug.com/59688). Added support for direct getter accessors calls on ARM. Please review this at http://codereview.chromium.org/6588047/ SVN Base: http://v8.googlecode.com/svn/trunk/ Affected files: M ChangeLog M src/arm/code-stubs-arm.h M src/arm/code-stubs-arm.cc M src/arm/full-codegen-arm.cc M src/arm/lithium-codegen-arm.cc M src/arm/macro-assembler-arm.h M src/arm/macro-assembler-arm.cc M src/arm/simulator-arm.cc M src/arm/stub-cache-arm.cc M src/array.js M src/assembler.h M src/flag-definitions.h M src/frame-element.h M src/handles-inl.h M src/handles.h M src/handles.cc M src/hydrogen.h M src/hydrogen.cc M src/ia32/codegen-ia32.cc M src/ia32/full-codegen-ia32.cc M src/ia32/virtual-frame-ia32.h M src/ia32/virtual-frame-ia32.cc M src/ic.cc M src/objects-inl.h M src/objects.cc M src/runtime.cc M src/spaces.h M src/version.cc M src/virtual-frame-heavy-inl.h M src/x64/assembler-x64-inl.h M src/x64/assembler-x64.h M src/x64/assembler-x64.cc M src/x64/builtins-x64.cc M src/x64/code-stubs-x64.h M src/x64/code-stubs-x64.cc M src/x64/codegen-x64-inl.h M src/x64/codegen-x64.h M src/x64/codegen-x64.cc M src/x64/cpu-x64.cc M src/x64/debug-x64.cc M src/x64/deoptimizer-x64.cc M src/x64/disasm-x64.cc M src/x64/frames-x64.h M src/x64/frames-x64.cc M src/x64/full-codegen-x64.cc M src/x64/ic-x64.cc M src/x64/jump-target-x64.cc M src/x64/lithium-codegen-x64.h M src/x64/lithium-codegen-x64.cc M src/x64/lithium-x64.cc M src/x64/macro-assembler-x64.h M src/x64/macro-assembler-x64.cc M src/x64/regexp-macro-assembler-x64.h M src/x64/regexp-macro-assembler-x64.cc M src/x64/simulator-x64.h M src/x64/stub-cache-x64.cc M src/x64/virtual-frame-x64.h M src/x64/virtual-frame-x64.cc M test/cctest/test-api.cc M test/mjsunit/array-concat.js A + test/mjsunit/regress/regress-1145.js A + test/mjsunit/regress/regress-1172-bis.js A + test/mjsunit/regress/regress-1181.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
