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

Issue 7281009: Version 3.4.8... (Closed)

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

Description

Version 3.4.8 Ensure 16-byte stack alignment on Solaris (issue 1505). Fix "illegal access" when calling parseInt with a radix that is not a smi. (issue 1246).

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1413 lines, -759 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +8 lines, -0 lines 0 comments Download
M samples/shell.cc View 1 chunk +29 lines, -4 lines 0 comments Download
M src/arm/assembler-arm.h View 4 chunks +10 lines, -9 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 4 chunks +28 lines, -17 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 16 chunks +30 lines, -23 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 29 chunks +97 lines, -95 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 6 chunks +22 lines, -16 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/contexts.h View 5 chunks +4 lines, -21 lines 0 comments Download
M src/contexts.cc View 2 chunks +23 lines, -11 lines 0 comments Download
M src/d8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 chunk +26 lines, -4 lines 0 comments Download
M src/factory.h View 1 chunk +5 lines, -3 lines 0 comments Download
M src/factory.cc View 1 chunk +11 lines, -6 lines 0 comments Download
M src/full-codegen.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/heap.h View 1 chunk +5 lines, -3 lines 0 comments Download
M src/heap.cc View 5 chunks +6 lines, -7 lines 0 comments Download
M src/hydrogen.h View 3 chunks +4 lines, -8 lines 0 comments Download
M src/hydrogen.cc View 9 chunks +32 lines, -38 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +9 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 4 chunks +27 lines, -16 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +7 lines, -14 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +4 lines, -6 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +10 lines, -7 lines 0 comments Download
M src/json-parser.h View 7 chunks +127 lines, -72 lines 0 comments Download
M src/mips/assembler-mips.h View 13 chunks +75 lines, -28 lines 0 comments Download
M src/mips/assembler-mips.cc View 17 chunks +267 lines, -182 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 2 chunks +9 lines, -3 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/constants-mips.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +22 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 15 chunks +169 lines, -24 lines 0 comments Download
A + src/misc-intrinsics.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/platform-solaris.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/runtime.h View 3 chunks +2 lines, -10 lines 0 comments Download
M src/runtime.cc View 15 chunks +106 lines, -63 lines 0 comments Download
M src/v8natives.js View 1 chunk +1 line, -1 line 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 +0 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 4 chunks +29 lines, -17 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +10 lines, -7 lines 0 comments Download
M test/mjsunit/array-sort.js View 2 chunks +46 lines, -17 lines 0 comments Download
M test/mjsunit/div-mod.js View 2 chunks +112 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-1246.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/test.py View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 5 months ago (2011-06-29 12:51:29 UTC) #1
Mads Ager (chromium)
9 years, 5 months ago (2011-06-29 13:01:40 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698