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

Issue 7565005: Version 3.5.3 (Closed)

Created:
9 years, 4 months ago by Lasse Reichstein
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.5.3 MIPS: Port of fix to ClassOf check from ARM. Patch from Paul Lind <plind44@gmail.com>;. 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. Committed: http://code.google.com/p/v8/source/detail?r=8812

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+816 lines, -201 lines) Patch
M ChangeLog View 1 chunk +12 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M src/code-stubs.h View 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 chunk +15 lines, -8 lines 0 comments Download
M src/hydrogen.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 3 chunks +18 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +4 lines, -13 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M src/objects.cc View 2 chunks +67 lines, -36 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/parser.cc View 2 chunks +33 lines, -23 lines 0 comments Download
M src/platform.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +130 lines, -47 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +113 lines, -33 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +5 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M test/cctest/test-serialize.cc View 2 chunks +6 lines, -2 lines 0 comments Download
A test/mjsunit/compiler/regress-lbranch-double.js View 1 chunk +40 lines, -0 lines 0 comments Download
M test/mjsunit/math-floor.js View 2 chunks +27 lines, -0 lines 0 comments Download
M test/mjsunit/math-round.js View 2 chunks +16 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-1582.js View 1 chunk +47 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-91008.js View 1 chunk +43 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-91010.js View 1 chunk +36 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-91013.js View 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-91120.js View 1 chunk +48 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 4 months ago (2011-08-03 11:11:44 UTC) #1
Kevin Millikin (Chromium)
9 years, 4 months ago (2011-08-03 12:33:14 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698