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

Issue 1638006: One less dependent load in InvokeBuiltin. (Closed)

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

Description

One less dependent load in InvokeBuiltin. Committed: http://code.google.com/p/v8/source/detail?r=4423

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -32 lines) Patch
M src/arm/macro-assembler-arm.cc View 1 chunk +12 lines, -8 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +11 lines, -9 lines 0 comments Download
M src/objects.h View 1 2 chunks +18 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 chunk +17 lines, -3 lines 0 comments Download
M src/serialize.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +11 lines, -9 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vitaly Repeshko
10 years, 8 months ago (2010-04-14 07:45:23 UTC) #1
Mads Ager (chromium)
LGTM
10 years, 8 months ago (2010-04-14 08:20:29 UTC) #2
Erik Corry
10 years, 8 months ago (2010-04-14 19:00:24 UTC) #3
Change to serialize.h looks good too.

We have to be absolutely sure that the code that is called is referenced from
the function that is pushed otherwise the stack cooking and uncooking fails.

Powered by Google App Engine
This is Rietveld 408576698