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

Issue 401613003: Unravel kHeapObjectTagSize from the stub cache. (Closed)

Created:
6 years, 5 months ago by jbramley
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Unravel kHeapObjectTagSize from the stub cache. The stub cache used kHeapObjectTagSize to scale indices, but there doesn't appear to be a direct need for this. Instead, the stub cache has its own kCacheIndexShift quantity. BUG= R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22466

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -38 lines) Patch
M src/arm/stub-cache-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/mips64/stub-cache-mips64.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/stub-cache.h View 4 chunks +10 lines, -9 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/x87/stub-cache-x87.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jbramley
6 years, 5 months ago (2014-07-17 13:44:30 UTC) #1
Hannes Payer (out of office)
lgtm
6 years, 5 months ago (2014-07-18 07:25:29 UTC) #2
jbramley
6 years, 5 months ago (2014-07-18 09:57:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22466 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698