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

Issue 1947393003: - Use a map to lookup libraries by URL. (Closed)

Created:
4 years, 7 months ago by Ivan Posva
Modified:
4 years, 7 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

- Use a map to lookup libraries by URL. - Ensure the uniqueness of private keys without having to search the existing key space. - Pass a thread parameter where useful to library methods. BUG= Committed: https://github.com/dart-lang/sdk/commit/b2ac279269f46916681e5b0f44f2e5eb04034e3a

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+504 lines, -418 lines) Patch
M runtime/lib/vmservice.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/bootstrap.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/cha_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_descriptors_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator_test.cc View 1 chunk +9 lines, -7 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/debugger_api_impl.cc View 2 chunks +9 lines, -7 lines 0 comments Download
M runtime/vm/isolate.cc View 3 chunks +21 lines, -15 lines 0 comments Download
M runtime/vm/method_recognizer.h View 11 chunks +274 lines, -273 lines 0 comments Download
M runtime/vm/object.h View 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 12 chunks +123 lines, -66 lines 0 comments Download
M runtime/vm/object_store.h View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/object_store.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/parser.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/precompiler.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/resolver_test.cc View 4 chunks +16 lines, -12 lines 0 comments Download
M runtime/vm/service_isolate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/snapshot.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stack_frame_test.cc View 2 chunks +9 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (2 generated)
Ivan Posva
Continuing review from https://codereview.chromium.org/1955453002/ -Ivan
4 years, 7 months ago (2016-05-05 17:32:17 UTC) #2
Ivan Posva
4 years, 7 months ago (2016-05-05 17:40:56 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b2ac279269f46916681e5b0f44f2e5eb04034e3a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698