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

Issue 403643002: One more iteration of PcDescriptor iterator improvement: do not copy record but access individual … (Closed)

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

Description

ONe more iteration of PcDesacriptor iterator imporvement: do not copy record but access individual values when needed. R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=38408

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -208 lines) Patch
M runtime/vm/code_descriptors_test.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/coverage.cc View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M runtime/vm/debugger.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/debugger.cc View 1 2 7 chunks +32 lines, -42 lines 0 comments Download
M runtime/vm/object.h View 1 2 2 chunks +31 lines, -24 lines 0 comments Download
M runtime/vm/object.cc View 1 2 8 chunks +34 lines, -51 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 2 chunks +42 lines, -52 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 2 chunks +1 line, -13 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 1 chunk +5 lines, -7 lines 0 comments Download
M runtime/vm/stack_frame.cc View 1 2 2 chunks +7 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
srdjan
6 years, 5 months ago (2014-07-17 23:01:31 UTC) #1
hausner
LGTM with one suggestion (see below). I would separate the advancing of the iterator from ...
6 years, 5 months ago (2014-07-17 23:22:56 UTC) #2
srdjan
https://codereview.chromium.org/403643002/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/403643002/diff/20001/runtime/vm/object.cc#newcode10361 runtime/vm/object.cc:10361: while (iter.HasNext()) { On 2014/07/17 23:22:56, hausner wrote: > ...
6 years, 5 months ago (2014-07-18 18:16:45 UTC) #3
hausner
Even betterer!
6 years, 5 months ago (2014-07-18 18:36:57 UTC) #4
srdjan
6 years, 5 months ago (2014-07-18 20:11:37 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r38408 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698