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

Issue 9487010: Explicitly use a Zone when allocating Range. (Closed)

Created:
8 years, 9 months ago by Sven Panne
Modified:
8 years, 9 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Explicitly use a Zone when allocating Range. This CL is a step towards removing ZoneObject's new operator without a Zone parameter, which uses Isolate::Current. For e.g. the bulletben benchmark, this CL reduces the number of calls to this new operator by roughly 120k, but we are still left with 780k calls from other sites... Committed: https://code.google.com/p/v8/source/detail?r=10860

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -87 lines) Patch
M src/hydrogen.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.h View 18 chunks +28 lines, -24 lines 0 comments Download
M src/hydrogen-instructions.cc View 11 chunks +58 lines, -57 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
8 years, 9 months ago (2012-02-28 15:06:55 UTC) #1
fschneider
8 years, 9 months ago (2012-02-28 15:22:58 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698