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

Issue 334173003: Reuse AstValueFactory when optimizing. (Closed)

Created:
6 years, 6 months ago by marja
Modified:
6 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Reuse AstValueFactory when optimizing. HOptimizedGraphBuilder::TryInline creates a temporary CompilationInfo and destroys it, but we don't want the AstValueFactory to be destroyed at the same time. Reuse the upper CompilationInfo's AstValueFactory. BUG= R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21851

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -9 lines) Patch
M src/compiler.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler.cc View 5 chunks +9 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/parser.cc View 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
lgtm
6 years, 6 months ago (2014-06-16 09:02:26 UTC) #1
marja
6 years, 6 months ago (2014-06-16 10:42:49 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r21851 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698