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

Issue 9265021: Improve compile times for swarm application startup (Closed)

Created:
8 years, 11 months ago by siva
Modified:
8 years, 11 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve compile times for swarm application startup - Avoid creation of getter/setter symbol when all we need to do is a lookup - Add LookupGetterFunction/LookupSetterFunction to avoid having to create the getter name/setter name before doing a lookup Committed: https://code.google.com/p/dart/source/detail?r=3453

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -25 lines) Patch
M vm/code_generator_ia32.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M vm/code_generator_x64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M vm/object.h View 3 chunks +8 lines, -0 lines 0 comments Download
M vm/object.cc View 5 chunks +82 lines, -8 lines 0 comments Download
M vm/parser.cc View 9 chunks +11 lines, -13 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
8 years, 11 months ago (2012-01-20 00:12:49 UTC) #1
hausner
LGTM
8 years, 11 months ago (2012-01-20 00:28:56 UTC) #2
siva
8 years, 11 months ago (2012-01-20 00:50:03 UTC) #3
Thanks.

Powered by Google App Engine
This is Rietveld 408576698