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

Issue 1128803002: Lazily generate local var descriptors. (Closed)

Created:
5 years, 7 months ago by srdjan
Modified:
5 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Lazily generate local var descriptors. R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=45581

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -8 lines) Patch
M runtime/vm/compiler.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 5 6 7 2 chunks +19 lines, -1 line 0 comments Download
M runtime/vm/debugger.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 4 5 6 7 3 chunks +8 lines, -3 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser_test.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
srdjan
5 years, 7 months ago (2015-05-06 16:05:10 UTC) #2
hausner
I'd like to see numbers that show how much data we saved. Also, I'm worried ...
5 years, 7 months ago (2015-05-06 16:39:55 UTC) #3
srdjan
Thanks for the review. The numbers: Saves 714kb on dart2js when compiling dart2js. In every ...
5 years, 7 months ago (2015-05-06 20:00:47 UTC) #4
hausner
LGTM
5 years, 7 months ago (2015-05-06 21:05:48 UTC) #5
srdjan
5 years, 7 months ago (2015-05-07 04:17:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as r45581 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698