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

Issue 3146008: Change lazy compilation stub to a builtin.... (Closed)

Created:
10 years, 4 months ago by Rico
Modified:
9 years, 6 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Change lazy compilation stub to a builtin. This change changes the lazy compilation stub to a builtin and eliminates the argc (argument count for the function for which to create a lazy stub) parameter. Committed: http://code.google.com/p/v8/source/detail?r=5244

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -114 lines) Patch
M src/arm/builtins-arm.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +0 lines, -32 lines 0 comments Download
M src/builtins.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/handles.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/heap.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +0 lines, -24 lines 0 comments Download
M src/objects-inl.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/stub-cache.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +0 lines, -24 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Rico
10 years, 4 months ago (2010-08-11 12:50:04 UTC) #1
Kasper Lund
LGTM! http://codereview.chromium.org/3146008/diff/1/8 File src/heap.cc (right): http://codereview.chromium.org/3146008/diff/1/8#newcode2507 src/heap.cc:2507: HandleScope scope; I don't think we need the ...
10 years, 4 months ago (2010-08-11 13:02:09 UTC) #2
Rico
10 years, 4 months ago (2010-08-11 13:14:57 UTC) #3
http://codereview.chromium.org/3146008/diff/1/8
File src/heap.cc (right):

http://codereview.chromium.org/3146008/diff/1/8#newcode2507
src/heap.cc:2507: HandleScope scope;
On 2010/08/11 13:02:09, Kasper Lund wrote:
> I don't think we need the handle scope anymore.

Done.

Powered by Google App Engine
This is Rietveld 408576698