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

Issue 9700062: Mark Code objects as not optimizable if their FunctionLiteral contains unoptimizable AST nodes. (Closed)

Created:
8 years, 9 months ago by Jakob Kummerow
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Mark Code objects as not optimizable if their FunctionLiteral contains unoptimizable AST nodes. This ensures that we never try to optimize such functions. Committed: https://code.google.com/p/v8/source/detail?r=11077

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/ast.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
Please take a look.
8 years, 9 months ago (2012-03-15 15:12:14 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 9 months ago (2012-03-15 16:31:39 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698