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

Issue 13933026: Add a performance test showing that List is not as efficient as std::vector. (Closed)

Created:
7 years, 8 months ago by marja
Modified:
7 years, 7 months ago
Reviewers:
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Add a performance test showing that List is not as efficient as std::vector. The efficiency difference only shows up in release mode. BUG=

Patch Set 1 #

Patch Set 2 : Better sort #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -5 lines) Patch
M src/list.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/list-inl.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/utils.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A + test/cctest/test-list-efficiency.cc View 1 1 chunk +40 lines, -5 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698