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

Issue 2239009: Direct load of global function prototype. (Closed)

Created:
10 years, 7 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Direct load of global function prototype. As most of call IC code is tied to a context anyway we can save a few dependent loads by having a direct reference to an initial map of a global function. Committed: http://code.google.com/p/v8/source/detail?r=4802

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Ports #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -33 lines) Patch
M src/arm/stub-cache-arm.cc View 4 chunks +17 lines, -9 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 6 chunks +23 lines, -15 lines 0 comments Download
M src/stub-cache.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +17 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
10 years, 6 months ago (2010-06-01 11:28:51 UTC) #1
Mads Ager (chromium)
10 years, 6 months ago (2010-06-01 11:39:45 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698