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

Issue 141763002: De-virtualize GenerateNameCheck. (Closed)

Created:
6 years, 11 months ago by Sven Panne
Modified:
6 years, 11 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

De-virtualize GenerateNameCheck. Currently there are two kinds of "vtables" used in the load/store stub compilers: kind() and C++'s own vtables. This is a bit confusing, and this is a step towards simplifying things. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18676

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -85 lines) Patch
M src/arm/stub-cache-arm.cc View 2 chunks +4 lines, -18 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +4 lines, -18 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 2 chunks +3 lines, -16 lines 0 comments Download
M src/stub-cache.h View 3 chunks +2 lines, -15 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +4 lines, -18 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
6 years, 11 months ago (2014-01-17 14:01:18 UTC) #1
Toon Verwaest
Nice, thanks! LGTM
6 years, 11 months ago (2014-01-17 14:31:27 UTC) #2
Sven Panne
6 years, 11 months ago (2014-01-20 07:05:32 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18676 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698