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

Issue 2762213002: Use canonical names for some name-based lookup. (Closed)

Created:
3 years, 9 months ago by Kevin Millikin (Google)
Modified:
3 years, 9 months ago
Reviewers:
jensj, asgerf, kustermann
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use canonical names for some name-based lookup. For compiling the platform libraries separately and for hot reload, we will not link canonical names of Kernel libraries, classes, and members to their Kernel definitions. Those definitions will not be persistent. As a first step, change name-based lookup of libraries and classes to be be based on the canonical name instead of the Kernel definition. BUG= R=jensj@google.com, kustermann@google.com Committed: https://github.com/dart-lang/sdk/commit/a15b8c49ea195345f542d4efbe8d6dd29268d030 Committed: https://github.com/dart-lang/sdk/commit/d715611c03a3bf94ad63e48c268dbc6ef1ead1da

Patch Set 1 #

Total comments: 2

Patch Set 2 : Do not use the import URI to name libraries #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -71 lines) Patch
M runtime/vm/kernel.h View 3 chunks +6 lines, -4 lines 0 comments Download
M runtime/vm/kernel_reader.h View 3 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/kernel_reader.cc View 1 7 chunks +32 lines, -29 lines 0 comments Download
M runtime/vm/kernel_to_il.h View 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 1 16 chunks +28 lines, -27 lines 0 comments Download
M runtime/vm/symbols.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (5 generated)
Kevin Millikin (Google)
3 years, 9 months ago (2017-03-21 15:03:43 UTC) #2
kustermann
LGTM https://codereview.chromium.org/2762213002/diff/1/runtime/vm/kernel.h File runtime/vm/kernel.h (right): https://codereview.chromium.org/2762213002/diff/1/runtime/vm/kernel.h#newcode2537 runtime/vm/kernel.h:2537: } As a safeguard, I think we should ...
3 years, 9 months ago (2017-03-23 10:43:18 UTC) #3
Kevin Millikin (Google)
https://codereview.chromium.org/2762213002/diff/1/runtime/vm/kernel.h File runtime/vm/kernel.h (right): https://codereview.chromium.org/2762213002/diff/1/runtime/vm/kernel.h#newcode2537 runtime/vm/kernel.h:2537: } On 2017/03/23 10:43:18, kustermann wrote: > As a ...
3 years, 9 months ago (2017-03-23 11:15:52 UTC) #4
Kevin Millikin (Google)
Committed patchset #1 (id:1) manually as a15b8c49ea195345f542d4efbe8d6dd29268d030 (presubmit successful).
3 years, 9 months ago (2017-03-23 11:24:14 UTC) #6
Kevin Millikin (Google)
The problem is that we can't get the library name from its canonical name. Instead, ...
3 years, 9 months ago (2017-03-24 11:38:20 UTC) #8
Kevin Millikin (Google)
Patch set #2 contains the fixes (and a merge :( ). Please take a look.
3 years, 9 months ago (2017-03-24 14:58:46 UTC) #10
jensj
lgtm
3 years, 9 months ago (2017-03-27 06:30:22 UTC) #11
Kevin Millikin (Google)
3 years, 9 months ago (2017-03-27 10:14:59 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
d715611c03a3bf94ad63e48c268dbc6ef1ead1da (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698