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

Issue 730001: Change BitVector class to be a zone object. (Closed)

Created:
10 years, 9 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Change BitVector class to be a zone object. Change the BitVector utility class to allow allocation via 'new' in the Zone. Change the backing store to be always zone-allocated. Committed: http://code.google.com/p/v8/source/detail?r=4071

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -22 lines) Patch
M src/data-flow.h View 3 chunks +27 lines, -22 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 9 months ago (2010-03-09 15:02:06 UTC) #1
fschneider
10 years, 9 months ago (2010-03-09 16:52:30 UTC) #2
LGTM.

http://codereview.chromium.org/730001/diff/1/2
File src/data-flow.h (right):

http://codereview.chromium.org/730001/diff/1/2#newcode73
src/data-flow.h:73: bool Contains(int i) {
Should Contains be const too?

Powered by Google App Engine
This is Rietveld 408576698