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

Issue 113451: Polish code of VirtualFrame::MoveMemoryToRegister (Closed)

Created:
11 years, 7 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Polish code of VirtualFrame::MoveMemoryToRegister Committed: http://code.google.com/p/v8/source/detail?r=1963

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M src/ia32/virtual-frame-ia32.cc View 1 2 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
A minor code change.
11 years, 7 months ago (2009-05-15 09:11:39 UTC) #1
Kasper Lund
11 years, 7 months ago (2009-05-15 09:20:32 UTC) #2
http://codereview.chromium.org/113451/diff/1/2
File src/ia32/virtual-frame-ia32.cc (right):

http://codereview.chromium.org/113451/diff/1/2#newcode426
Line 426: Register target_reg = { i };
This strikes me as weird. It seems like there are two  uses of
expected->elements_[index] left (three if you count the assert). Why not keep
target as it is and introduce target_reg in addition to that?

Powered by Google App Engine
This is Rietveld 408576698