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

Issue 10785007: Minor changes based on the profile while running dart2js compile all. (Closed)

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

Description

Minor changes based on the profile while running dart2js compile all. Committed: https://code.google.com/p/dart/source/detail?r=9720

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -163 lines) Patch
M vm/code_descriptors.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M vm/flow_graph_compiler.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M vm/object.h View 1 2 3 4 chunks +42 lines, -10 lines 0 comments Download
M vm/object.cc View 1 2 3 7 chunks +69 lines, -89 lines 0 comments Download
M vm/object_test.cc View 1 2 3 1 chunk +62 lines, -62 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
8 years, 5 months ago (2012-07-13 23:17:17 UTC) #1
srdjan
LGTM https://chromiumcodereview.appspot.com/10785007/diff/5001/vm/object.cc File vm/object.cc (right): https://chromiumcodereview.appspot.com/10785007/diff/5001/vm/object.cc#newcode1943 vm/object.cc:1943: bool EqualsIgnoringPrivate(const String& name, const String& lookup_name) { ...
8 years, 5 months ago (2012-07-13 23:22:23 UTC) #2
siva
Addressed review comments. I also made EqualsIgnoringPrivate an instance method of OneByteString instead of a ...
8 years, 5 months ago (2012-07-16 18:29:23 UTC) #3
srdjan
LGTM https://chromiumcodereview.appspot.com/10785007/diff/8001/vm/object.h File vm/object.h (right): https://chromiumcodereview.appspot.com/10785007/diff/8001/vm/object.h#newcode3194 vm/object.h:3194: intptr_t len) const; Add comment: begin_index of 'str' ...
8 years, 5 months ago (2012-07-16 20:42:07 UTC) #4
siva
https://chromiumcodereview.appspot.com/10785007/diff/8001/vm/object.h File vm/object.h (right): https://chromiumcodereview.appspot.com/10785007/diff/8001/vm/object.h#newcode3194 vm/object.h:3194: intptr_t len) const; On 2012/07/16 20:42:07, srdjan wrote: > ...
8 years, 5 months ago (2012-07-17 19:15:21 UTC) #5
turnidge
8 years, 5 months ago (2012-07-18 05:19:07 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698