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

Issue 9416092: Eliminate use of ZONE macro in BitVector class and pass a zone explicitly. (Closed)

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

Description

Eliminate use of ZONE macro in BitVector class and pass a zone explicitly. Committed: https://code.google.com/p/v8/source/detail?r=10791

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -29 lines) Patch
M src/data-flow.h View 1 chunk +4 lines, -4 lines 1 comment Download
M src/hydrogen.cc View 6 chunks +8 lines, -6 lines 0 comments Download
M src/lithium.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +1 line, -1 line 1 comment Download
M src/lithium-allocator.cc View 1 chunk +1 line, -1 line 1 comment Download
M test/cctest/test-dataflow.cc View 6 chunks +15 lines, -14 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 10 months ago (2012-02-22 11:26:56 UTC) #1
Jakob Kummerow
8 years, 10 months ago (2012-02-22 11:36:06 UTC) #2
LGTM.

https://chromiumcodereview.appspot.com/9416092/diff/1/src/data-flow.h
File src/data-flow.h (right):

https://chromiumcodereview.appspot.com/9416092/diff/1/src/data-flow.h#newcode1
src/data-flow.h:1: // Copyright 2011 the V8 project authors. All rights
reserved.
nit: 2012

https://chromiumcodereview.appspot.com/9416092/diff/1/src/lithium-allocator.cc
File src/lithium-allocator.cc (right):

https://chromiumcodereview.appspot.com/9416092/diff/1/src/lithium-allocator.c...
src/lithium-allocator.cc:1: // Copyright 2011 the V8 project authors. All rights
reserved.
nit: 2012

https://chromiumcodereview.appspot.com/9416092/diff/1/src/lithium-allocator.h
File src/lithium-allocator.h (right):

https://chromiumcodereview.appspot.com/9416092/diff/1/src/lithium-allocator.h...
src/lithium-allocator.h:1: // Copyright 2011 the V8 project authors. All rights
reserved.
nit: 2012

https://chromiumcodereview.appspot.com/9416092/diff/1/test/cctest/test-datafl...
File test/cctest/test-dataflow.cc (right):

https://chromiumcodereview.appspot.com/9416092/diff/1/test/cctest/test-datafl...
test/cctest/test-dataflow.cc:1: // Copyright 2010 the V8 project authors. All
rights reserved.
nit: 2012

Powered by Google App Engine
This is Rietveld 408576698