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

Issue 6128007: Reuse the gap move resolver. (Closed)

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

Description

Reuse the gap move resolver. Rather than allocating a fresh gap move resolver for every parallel move, use a single one per Lithium code generator. This avoids always reallocating the temporary zone-allocated lists used by the gap move resolver. Committed: http://code.google.com/p/v8/source/detail?r=6270

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -31 lines) Patch
M src/arm/lithium-codegen-arm.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/lithium.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/lithium.cc View 3 chunks +24 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
This simple change cuts zone allocation for Lithium code generation on the benchmarks from 7.2 ...
9 years, 11 months ago (2011-01-10 13:38:40 UTC) #1
fschneider
9 years, 11 months ago (2011-01-11 11:25:18 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698