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

Issue 19856003: Inline create parameter mirror list functionality. (Closed)

Created:
7 years, 5 months ago by Michael Lippautz (Google)
Modified:
7 years, 5 months ago
Reviewers:
rmacnak, siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Inline CreateParameterMirrorList() functionality. BUG= R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=25450

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -52 lines) Patch
M runtime/lib/mirrors.cc View 1 2 3 5 chunks +30 lines, -44 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 1 chunk +12 lines, -5 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Michael Lippautz (Google)
https://codereview.chromium.org/19856003/diff/1/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19856003/diff/1/runtime/lib/mirrors.cc#newcode239 runtime/lib/mirrors.cc:239: const intptr_t param_cnt = func.num_fixed_parameters() - num_fixed_parameters() includes the ...
7 years, 5 months ago (2013-07-23 18:41:46 UTC) #1
siva
https://codereview.chromium.org/19856003/diff/1/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19856003/diff/1/runtime/lib/mirrors.cc#newcode250 runtime/lib/mirrors.cc:250: args.SetAt(0, reflectee); This line can be hoisted out of ...
7 years, 5 months ago (2013-07-23 21:44:57 UTC) #2
Michael Lippautz (Google)
https://codereview.chromium.org/19856003/diff/1/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19856003/diff/1/runtime/lib/mirrors.cc#newcode250 runtime/lib/mirrors.cc:250: args.SetAt(0, reflectee); On 2013/07/23 21:44:58, siva wrote: > This ...
7 years, 5 months ago (2013-07-23 23:18:13 UTC) #3
Michael Lippautz (Google)
For some reason not all changes made it into the patch 2. Everything should be ...
7 years, 5 months ago (2013-07-24 00:55:10 UTC) #4
siva
lgtm https://codereview.chromium.org/19856003/diff/9001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19856003/diff/9001/runtime/lib/mirrors.cc#newcode247 runtime/lib/mirrors.cc:247: for (intptr_t i = 0; i < param_cnt; ...
7 years, 5 months ago (2013-07-24 23:12:38 UTC) #5
Michael Lippautz (Google)
https://codereview.chromium.org/19856003/diff/9001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/19856003/diff/9001/runtime/lib/mirrors.cc#newcode247 runtime/lib/mirrors.cc:247: for (intptr_t i = 0; i < param_cnt; ++i) ...
7 years, 5 months ago (2013-07-24 23:34:03 UTC) #6
Michael Lippautz (Google)
7 years, 5 months ago (2013-07-24 23:35:21 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r25450 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698