mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
d06d627c79
No client of the VM uses this flag, only tests, and this flag was always set to false in AOT mode. Thus, remove uses of this flag and instead always lazily create dispatchers as needed when resolving method names in JIT mode. Remove the implicit value of `allow_add` for some Resolver static methods. For callers that previously depended on the implicit `true` value (which includes the AOT precompilier), pass `true` for uses in the compiler and pass `!FLAG_precompiled_mode` for uses in the runtime. Assert that `allow_add` is false when these methods are invoked from the precompiled runtime. Remove Resolver static methods that are no longer used. TEST=ci Change-Id: Ib6a7354f7a859e86743c381513a4129c14895753 Cq-Include-Trybots: luci.dart.try:vm-linux-debug-x64-try,vm-linux-release-x64-try,vm-aot-linux-debug-x64-try,vm-aot-linux-release-x64-try,vm-aot-mac-release-arm64-try,vm-mac-debug-arm64-try,vm-mac-release-arm64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366668 Reviewed-by: Ryan Macnak <rmacnak@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Tess Strickland <sstrickl@google.com> |
||
---|---|---|
.. | ||
dartfuzz | ||
entitlements | ||
ffi | ||
graphexplorer | ||
heapsnapshot | ||
wiki | ||
.gitignore | ||
android_finder.py | ||
benchmark.py | ||
bin_to_assembly.py | ||
bin_to_coff.py | ||
bmu_benchmark_gallery.sh | ||
compiler_layering_check.py | ||
create_archive.py | ||
create_snapshot_bin.py | ||
create_snapshot_file.py | ||
create_string_literal.py | ||
dart_codesign.py | ||
dart_profiler_symbols.py | ||
embedder_layering_check.py | ||
gen_library_src_paths.py | ||
run_clang_tidy.dart | ||
utils.py | ||
valgrind.py | ||
verbose_gc_to_bmu.dart |