Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(880)

Issue 6588047: Version 3.1.7... (Closed)

Created:
9 years, 9 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

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.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1737 lines, -779 lines) Patch
M ChangeLog View 1 chunk +14 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 12 chunks +165 lines, -35 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +18 lines, -13 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 3 chunks +27 lines, -8 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +34 lines, -16 lines 0 comments Download
M src/array.js View 3 chunks +4 lines, -5 lines 0 comments Download
M src/assembler.h View 1 chunk +13 lines, -12 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/frame-element.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/handles.h View 3 chunks +53 lines, -2 lines 0 comments Download
M src/handles.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/handles-inl.h View 2 chunks +12 lines, -2 lines 0 comments Download
M src/hydrogen.h View 3 chunks +31 lines, -33 lines 0 comments Download
M src/hydrogen.cc View 21 chunks +151 lines, -171 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +13 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 8 chunks +23 lines, -5 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 3 chunks +12 lines, -6 lines 0 comments Download
M src/objects-inl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/runtime.cc View 6 chunks +360 lines, -285 lines 0 comments Download
M src/spaces.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/virtual-frame-heavy-inl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +23 lines, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +13 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +119 lines, -50 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 5 chunks +19 lines, -5 lines 0 comments Download
M src/x64/codegen-x64-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/debug-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +143 lines, -3 lines 0 comments Download
M src/x64/disasm-x64.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M src/x64/frames-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/frames-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 14 chunks +179 lines, -69 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/jump-target-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +124 lines, -7 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 4 chunks +22 lines, -5 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/simulator-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/virtual-frame-x64.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 2 chunks +50 lines, -1 line 0 comments Download
M test/mjsunit/array-concat.js View 2 chunks +43 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-1145.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1172-bis.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1181.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 9 months ago (2011-02-28 12:48:29 UTC) #1
Mads Ager (chromium)
9 years, 9 months ago (2011-02-28 13:04:37 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698