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

Issue 11470: Experimental: eagerly allocate space in the actual frame for spilling... (Closed)

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

Description

Experimental: eagerly allocate space in the actual frame for spilling locals. It's more compact for multiple locals, and we will always need to allocate this space anyway. Committed: http://code.google.com/p/v8/source/detail?r=797

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -6 lines) Patch
M src/codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/virtual-frame-ia32.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/virtual-frame-ia32.cc View 1 chunk +13 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
12 years, 1 month ago (2008-11-19 09:58:35 UTC) #1
iposva
12 years, 1 month ago (2008-11-19 21:46:38 UTC) #2
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698