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

Issue 14158: Factor VirtualFrame::MergeTo() into three functions, for... (Closed)

Created:
12 years ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Factor VirtualFrame::MergeTo() into three functions, for ease of reading and debugging. Committed: http://code.google.com/p/v8/source/detail?r=991

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Total comments: 10

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -108 lines) Patch
M src/virtual-frame-ia32.h View 1 2 3 4 chunks +20 lines, -6 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 2 3 6 chunks +112 lines, -102 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
William Hesse
A tiny review for U!
12 years ago (2008-12-16 15:41:40 UTC) #1
iposva
First set of comments. -ip http://codereview.chromium.org/14158/diff/1/2 File src/virtual-frame-ia32.cc (right): http://codereview.chromium.org/14158/diff/1/2#newcode573 Line 573: // one can ...
12 years ago (2008-12-17 00:46:18 UTC) #2
William Hesse
Made changes to moved code in MergeMoveMemoryToRegister, seemed to be off by one. Passes V8 ...
12 years ago (2008-12-17 08:45:12 UTC) #3
Kevin Millikin (Chromium)
Yeah, there was an off by one error in that code (and the instruction should ...
12 years ago (2008-12-17 09:50:12 UTC) #4
William Hesse
http://codereview.chromium.org/14158/diff/5/205 File src/virtual-frame-ia32.cc (right): http://codereview.chromium.org/14158/diff/5/205#newcode576 Line 576: int new_stack_pointer = i; // Before a final ...
12 years ago (2008-12-17 10:16:39 UTC) #5
Kevin Millikin (Chromium)
http://codereview.chromium.org/14158/diff/5/205 File src/virtual-frame-ia32.cc (right): http://codereview.chromium.org/14158/diff/5/205#newcode595 Line 595: SyncRange(stack_pointer_ + 1, i); On 2008/12/17 10:16:39, William ...
12 years ago (2008-12-17 11:52:53 UTC) #6
William Hesse
I looked at the functions involved, and some comments seem wrong. I'm not sure why ...
12 years ago (2008-12-17 12:17:22 UTC) #7
William Hesse
12 years ago (2008-12-17 13:24:16 UTC) #8
Comments updated and corrected, SyncElementAt renamed to RawSyncElement at,
tested, and comitted.

Powered by Google App Engine
This is Rietveld 408576698