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

Issue 132193005: Merged r16772, r18000, r18030, r18298, r18319 into 3.21 branch. (Closed)

Created:
6 years, 11 months ago by ulan
Modified:
6 years, 11 months ago
Reviewers:
Paul Lind, Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Merged r16772, r18000, r18030, r18298, r18319 into 3.21 branch. Add a mechanism to override the detected cpu features. Restore saved caller FP registers on stub failure and preserve FP registers on NotifyStubFailure. MIPS: Fix and simplify code aging. Initialize Date parse cache with SMI instead of double to workaround sharing mutable heap numbers in snapshot. Fix NotifyStubFailureSaveDoubles generation for ia32. BUG=280531 LOG=N R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18552

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+408 lines, -144 lines) Patch
M src/arguments.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/arguments.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +13 lines, -3 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 6 chunks +43 lines, -21 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M src/assembler.h View 1 chunk +13 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/builtins.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/date.js View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 3 chunks +18 lines, -2 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +40 lines, -22 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +3 lines, -5 lines 0 comments Download
M src/mips/builtins-mips.cc View 4 chunks +15 lines, -6 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +14 lines, -12 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 6 chunks +43 lines, -21 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M src/mips/simulator-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/simulator-mips.cc View 5 chunks +6 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 6 chunks +43 lines, -21 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ulan
6 years, 11 months ago (2014-01-13 09:20:44 UTC) #1
Sven Panne
LGTM (rubberstamped)
6 years, 11 months ago (2014-01-13 09:23:47 UTC) #2
ulan
6 years, 11 months ago (2014-01-13 09:56:47 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18552 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698