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

Issue 9491004: Pass zone explicitly to zone-allocation on x64 and ARM. (Closed)

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

Description

Pass zone explicitly to zone-allocation on x64 and ARM. This is a very mechanical change to reduce the number of calls to Isolate::Current that come with every plain new-allocation. BUG=v8:1802 Committed: https://code.google.com/p/v8/source/detail?r=10857

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+426 lines, -367 lines) Patch
M src/arm/lithium-arm.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 79 chunks +211 lines, -184 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 79 chunks +206 lines, -180 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 10 months ago (2012-02-28 09:56:03 UTC) #1
Sven Panne
8 years, 10 months ago (2012-02-28 10:24:18 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698