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

Issue 17044: Experimental: begin using the register allocator for do and while... (Closed)

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

Description

Experimental: begin using the register allocator for do and while loops, as well as continue and break statements. This required fixing branches to blocks that have an expected frame. The expected frame needs to be split (cloned), with one copy being merged to the expected frame and the other flowing to the fall through. It also requires reestablishing a spilled frame when a break or continue jumps into spilled code. Committed: http://code.google.com/p/v8/source/detail?r=1026

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -44 lines) Patch
M src/codegen-ia32.cc View 10 chunks +52 lines, -40 lines 0 comments Download
M src/jump-target-ia32.cc View 1 chunk +20 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-02 12:04:01 UTC) #1
William Hesse
11 years, 11 months ago (2009-01-06 10:45:14 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698