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

Issue 6628079: Avoid allocation of temporary zone lists when inserting representation change... (Closed)

Created:
9 years, 9 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Avoid allocation of temporary zone lists when inserting representation changes. Instead of allocating fresh temporary lists for every instruction, reuse the same instance and reset it between instructions. This reduces the amount of zone memory used for inserting the HChange instructions roughly by half. Committed: http://code.google.com/p/v8/source/detail?r=7094

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -14 lines) Patch
M src/hydrogen.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/hydrogen.cc View 5 chunks +20 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 9 months ago (2011-03-08 14:27:27 UTC) #1
Kevin Millikin (Chromium)
9 years, 9 months ago (2011-03-08 14:31:34 UTC) #2
LVGTM.

Powered by Google App Engine
This is Rietveld 408576698