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

Issue 12379045: Unify deoptimizer for stub failure trampoline frames. (Closed)

Created:
7 years, 9 months ago by Michael Starzinger
Modified:
7 years, 9 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Unify deoptimizer for stub failure trampoline frames. This unifies the translation of a compiled stub frame to a stub failure trampoline frame. Only the frame's register allocation is different on each architecture and can be factored out. R=danno@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=13887

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments by Daniel Clifford. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+478 lines, -1025 lines) Patch
M src/arm/deoptimizer-arm.cc View 1 2 chunks +22 lines, -303 lines 0 comments Download
M src/arm/frames-arm.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/arm/frames-arm.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 2 chunks +314 lines, -0 lines 0 comments Download
M src/frames.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 2 chunks +21 lines, -293 lines 0 comments Download
M src/ia32/frames-ia32.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/ia32/frames-ia32.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 1 chunk +0 lines, -122 lines 0 comments Download
M src/mips/frames-mips.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 chunks +21 lines, -307 lines 0 comments Download
M src/x64/frames-x64.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/frames-x64.cc View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
7 years, 9 months ago (2013-03-01 15:59:19 UTC) #1
danno
https://codereview.chromium.org/12379045/diff/1/src/arm/deoptimizer-arm.cc File src/arm/deoptimizer-arm.cc (right): https://codereview.chromium.org/12379045/diff/1/src/arm/deoptimizer-arm.cc#newcode557 src/arm/deoptimizer-arm.cc:557: void Deoptimizer::FillStubFailureTrampolineFrame( The name is maybe a little bit ...
7 years, 9 months ago (2013-03-05 13:54:04 UTC) #2
Michael Starzinger
Addressed comments. https://codereview.chromium.org/12379045/diff/1/src/arm/deoptimizer-arm.cc File src/arm/deoptimizer-arm.cc (right): https://codereview.chromium.org/12379045/diff/1/src/arm/deoptimizer-arm.cc#newcode557 src/arm/deoptimizer-arm.cc:557: void Deoptimizer::FillStubFailureTrampolineFrame( On 2013/03/05 13:54:04, danno wrote: ...
7 years, 9 months ago (2013-03-08 11:54:08 UTC) #3
danno
lgtm
7 years, 9 months ago (2013-03-08 15:18:16 UTC) #4
Michael Starzinger
7 years, 9 months ago (2013-03-08 16:19:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r13887 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698