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

Issue 9430002: Use placement-new operator in the register allocator. (Closed)

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

Description

Use placement-new operator in the register allocator. Pass the zone explicitly to avoid calling Isolate::Current()->zone(). Committed: https://code.google.com/p/v8/source/detail?r=10785

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -70 lines) Patch
M src/hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium-allocator.h View 10 chunks +27 lines, -17 lines 0 comments Download
M src/lithium-allocator.cc View 35 chunks +65 lines, -52 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 10 months ago (2012-02-21 14:13:15 UTC) #1
Yang
8 years, 10 months ago (2012-02-21 14:18:35 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698