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

Issue 18356008: Remove special-casing of EAGER and SOFT deoptimization calling conventions, allowing calling addres… (Closed)

Created:
7 years, 5 months ago by titzer
Modified:
7 years, 5 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Remove special-casing of EAGER and SOFT deoptimization calling conventions, allowing calling address to always be available to deoptimization entries. BUG= Committed: https://code.google.com/p/v8/source/detail?r=15640

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rename needs_frame_is_call to needs_frame; fix calling convention for deopt on arm and mips so that… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -278 lines) Patch
M src/arm/deoptimizer-arm.cc View 1 4 chunks +9 lines, -30 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 3 chunks +17 lines, -44 lines 0 comments Download
M src/deoptimizer.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 2 chunks +6 lines, -14 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 3 chunks +25 lines, -54 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 3 chunks +10 lines, -31 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 3 chunks +15 lines, -42 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +6 lines, -15 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 3 chunks +17 lines, -46 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
titzer
As discussed in person, this CL makes the code generated in the deoptimization jump table ...
7 years, 5 months ago (2013-07-09 15:00:32 UTC) #1
danno
https://codereview.chromium.org/18356008/diff/1/src/arm/deoptimizer-arm.cc File src/arm/deoptimizer-arm.cc (right): https://codereview.chromium.org/18356008/diff/1/src/arm/deoptimizer-arm.cc#newcode478 src/arm/deoptimizer-arm.cc:478: __ add(r4, sp, Operand(kSavedRegistersAreaSize + (2 * kPointerSize))); Why ...
7 years, 5 months ago (2013-07-10 10:04:30 UTC) #2
titzer
https://codereview.chromium.org/18356008/diff/1/src/arm/deoptimizer-arm.cc File src/arm/deoptimizer-arm.cc (right): https://codereview.chromium.org/18356008/diff/1/src/arm/deoptimizer-arm.cc#newcode478 src/arm/deoptimizer-arm.cc:478: __ add(r4, sp, Operand(kSavedRegistersAreaSize + (2 * kPointerSize))); On ...
7 years, 5 months ago (2013-07-11 09:43:42 UTC) #3
danno
lgtm
7 years, 5 months ago (2013-07-11 14:47:48 UTC) #4
titzer
7 years, 5 months ago (2013-07-12 07:26:09 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15640 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698