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

Issue 8498013: Fix size of store buffer to depend on pointer size. (Closed)

Created:
9 years, 1 month ago by Michael Starzinger
Modified:
9 years, 1 month ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix size of store buffer to depend on pointer size. This makes the store buffer size depend on the pointer size so that store buffers can hold the same number of entries on all architectures. The number of pages marked scan-on-scavenge should decrease on x64 and performance of splay should drastically improve on x64. R=erik.corry@gmail.com Committed: http://code.google.com/p/v8/source/detail?r=9922

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/store-buffer.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
PTAL.
9 years, 1 month ago (2011-11-09 08:51:22 UTC) #1
Erik Corry
9 years, 1 month ago (2011-11-09 09:03:31 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698