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

Issue 6976022: Do not allow inlining functions with direct arguments access. (Closed)

Created:
9 years, 7 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Do not allow inlining functions with direct arguments access. Our implementations of arguments without materializing the arguments object (based on inspecting the stack frame) does not work for inlined functions. Guard all attempts by disallowing them if possible or else bailing out of the optimizing compiler. R=fschneider@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8072

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
M src/ast.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 7 months ago (2011-05-26 09:21:45 UTC) #1
William Hesse
9 years, 7 months ago (2011-05-26 10:37:49 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698