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

Issue 115705: Remove list copy constructor (for which there was no corresponding... (Closed)

Created:
11 years, 7 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove list copy constructor (for which there was no corresponding assignment operator) and add an AddAll method to lists instead. Committed: http://code.google.com/p/v8/source/detail?r=2033

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -26 lines) Patch
M src/jump-target.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/list.h View 3 chunks +8 lines, -1 line 0 comments Download
M src/list-inl.h View 1 2 2 chunks +20 lines, -22 lines 0 comments Download
M src/virtual-frame.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-list.cc View 3 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mads Ager (chromium)
11 years, 7 months ago (2009-05-22 10:59:07 UTC) #1
Kasper Lund
LGTM, but it would be nice to simplify AddAll and make sure that repeated access ...
11 years, 7 months ago (2009-05-22 11:07:25 UTC) #2
Kevin Millikin (Chromium)
As we discussed offline, it's unexpected that the assignment operator for the elements is used ...
11 years, 7 months ago (2009-05-22 11:33:06 UTC) #3
Mads Ager (chromium)
On 2009/05/22 11:07:25, Kasper Lund wrote: > LGTM, but it would be nice to simplify ...
11 years, 7 months ago (2009-05-22 11:51:41 UTC) #4
Kasper Lund
11 years, 7 months ago (2009-05-22 11:55:52 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698