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

Issue 10191014: Reland r6578 without changing the order of pages in the PageSpace::pages_ list. (Closed)

Created:
8 years, 8 months ago by Vyacheslav Egorov (Google)
Modified:
8 years, 8 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Reland r6578 without changing the order of pages in the PageSpace::pages_ list. Linking newly allocated pages into the list's head causes popular pages to move further to the end of the list. This causes slowdown on the debug VM because method PageSpace::Contains has to do more probes for popular objects. R=iposva@google.com BUG=2660 Committed: https://code.google.com/p/dart/source/detail?r=6940

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -3 lines) Patch
M runtime/vm/pages.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/pages.cc View 2 chunks +27 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Google)
8 years, 8 months ago (2012-04-25 12:31:52 UTC) #1
Ivan Posva
8 years, 8 months ago (2012-04-25 13:28:16 UTC) #2
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698