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

Issue 125048: Remove branching and binding with two arguments from the JumpTarget... (Closed)

Created:
11 years, 6 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Remove branching and binding with two arguments from the JumpTarget class. Manually manage off-frame results at the two sites where they were used. Committed: http://code.google.com/p/v8/source/detail?r=2157

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -60 lines) Patch
M src/ia32/codegen-ia32.cc View 3 chunks +49 lines, -28 lines 1 comment Download
M src/jump-target.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/jump-target.cc View 2 chunks +0 lines, -30 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 6 months ago (2009-06-12 12:28:43 UTC) #1
William Hesse
11 years, 6 months ago (2009-06-12 14:05:38 UTC) #2
LGTM.

http://codereview.chromium.org/125048/diff/1/2
File src/ia32/codegen-ia32.cc (right):

http://codereview.chromium.org/125048/diff/1/2#newcode1983
Line 1983: Result answer = frame_->CallStub(&stub, &left_side, &right_side);
Is it worth a comment that here is where left_side and right_side are
invalidated for the first time?

Powered by Google App Engine
This is Rietveld 408576698