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

Issue 20492: Experimental: add a pre-merge step to perform some frame moves that do... (Closed)

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

Description

Experimental: add a pre-merge step to perform some frame moves that do not require code generation (X-to-memory where X is synced and X-to-invalid). This allows us to catch more empty merge-code blocks and combine more non-empty blocks. Committed: http://code.google.com/p/v8/source/detail?r=1320

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
M src/jump-target-arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/jump-target-ia32.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/virtual-frame.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/virtual-frame-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/virtual-frame-ia32.h View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 10 months ago (2009-02-19 14:21:13 UTC) #1
William Hesse
11 years, 10 months ago (2009-02-19 14:37:08 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698