Chromium Code Reviews

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

Created:
6 years, 5 months ago by jbramley
Modified:
6 years, 5 months ago
Reviewers:
Hannes Payer (out of office)
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 Stats (+39 lines, -38 lines)
M src/arm/stub-cache-arm.cc View 2 chunks +4 lines, -4 lines 0 comments
M src/arm64/stub-cache-arm64.cc View 2 chunks +3 lines, -3 lines 0 comments
M src/ia32/stub-cache-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments
M src/mips/stub-cache-mips.cc View 2 chunks +4 lines, -4 lines 0 comments
M src/mips64/stub-cache-mips64.cc View 2 chunks +4 lines, -4 lines 0 comments
M src/stub-cache.h View 4 chunks +10 lines, -9 lines 0 comments
M src/x64/stub-cache-x64.cc View 3 chunks +6 lines, -6 lines 0 comments
M src/x87/stub-cache-x87.cc View 2 chunks +4 lines, -4 lines 0 comments

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