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

Issue 668259: Add copy constructor and assignment operator to the BitVector class. (Closed)

Created:
10 years, 9 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add copy constructor and assignment operator to the BitVector class. Committed: http://code.google.com/p/v8/source/detail?r=4063

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -4 lines) Patch
M src/data-flow.h View 2 chunks +27 lines, -4 lines 0 comments Download
M test/cctest/test-dataflow.cc View 1 chunk +14 lines, -0 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
fschneider
10 years, 9 months ago (2010-03-08 16:04:55 UTC) #1
Kevin Millikin (Chromium)
LGTM. I'm still concerned about mallocing lots of little arrays, but the problem is no ...
10 years, 9 months ago (2010-03-09 09:38:08 UTC) #2
fschneider
10 years, 9 months ago (2010-03-09 09:51:51 UTC) #3
http://codereview.chromium.org/668259/diff/1/2
File test/cctest/test-dataflow.cc (right):

http://codereview.chromium.org/668259/diff/1/2#newcode66
test/cctest/test-dataflow.cc:66: BitVector w = v;
On 2010/03/09 09:38:10, Kevin Millikin wrote:
> This is not testing the assignment operator.

Done.

Powered by Google App Engine
This is Rietveld 408576698