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

Issue 7223: Introduce a special kind of frames for construct frames, e.g.... (Closed)

Created:
12 years, 2 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Introduce a special kind of frames for construct frames, e.g. the trampoline frames introduced for invoking functions through the new keyword. Committed: http://code.google.com/p/v8/source/detail?r=485

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -113 lines) Patch
M src/builtins.h View 2 chunks +0 lines, -9 lines 0 comments Download
M src/builtins.cc View 1 chunk +1 line, -21 lines 0 comments Download
M src/builtins-arm.cc View 5 chunks +6 lines, -20 lines 0 comments Download
M src/builtins-ia32.cc View 6 chunks +7 lines, -21 lines 0 comments Download
M src/frames.h View 6 chunks +26 lines, -11 lines 0 comments Download
M src/frames.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M src/frames-inl.h View 2 chunks +4 lines, -11 lines 0 comments Download
M src/macro-assembler-arm.h View 2 chunks +9 lines, -2 lines 0 comments Download
M src/macro-assembler-arm.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/macro-assembler-ia32.h View 2 chunks +9 lines, -2 lines 0 comments Download
M src/macro-assembler-ia32.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
12 years, 2 months ago (2008-10-10 08:46:52 UTC) #1
Mads Ager (chromium)
12 years, 2 months ago (2008-10-10 09:08:53 UTC) #2
LGTM.  Very nice cleanup.

Powered by Google App Engine
This is Rietveld 408576698