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

Issue 8192: Fix issue 120 by patching the on-stack receiver in the... (Closed)

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

Description

Fix issue 120 by patching the on-stack receiver in the IC stubs for calls just before invoking the target function instead of doing it before resolving the function. Committed: http://code.google.com/p/v8/source/detail?r=607

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -86 lines) Patch
M src/codegen-arm.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/ic-arm.cc View 9 chunks +76 lines, -37 lines 0 comments Download
M src/ic-ia32.cc View 3 chunks +66 lines, -28 lines 0 comments Download
M src/stub-cache-arm.cc View 4 chunks +19 lines, -9 lines 0 comments Download
M src/stub-cache-ia32.cc View 5 chunks +20 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
12 years, 1 month ago (2008-10-27 13:51:05 UTC) #1
Mads Ager (chromium)
12 years, 1 month ago (2008-10-27 14:05:19 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698