dart-sdk/runtime
Ryan Macnak e3a07d3145 Resolve inconsistent treatment of stubs in kAppJIT snapshots in favor of writing stubs in the snapshot.
Remember Instructions offsets using the object id weak table. Fixes duplication of instruction objects in non-product kAppJIT snapshots. Also provides a good basis for referencing VM isolate Instructions from an isolate snapshot.

R=asiva@google.com

Review-Url: https://codereview.chromium.org/2859913002 .
2017-05-09 10:04:24 -07:00
..
bin Change build.py to be like ninja.py and only use a single GN/Ninja invocation to cross-build the SDK. This step alone would fix #29580. This breaks cross-building the SDK with GYP. 2017-05-08 13:06:09 -07:00
include Fix include paths in runtime/include (#29362) 2017-04-17 11:04:47 -07:00
lib Move Dart versions of math.min() and math.max() into VM patch file. 2017-05-05 15:15:21 -07:00
observatory Avoid error in Observatory about trying to load file not included in the Observatory assets. 2017-05-08 14:00:11 -07:00
platform Dart SDK Spelling b, c, and d. 2017-05-01 08:28:10 +02:00
tests/vm [infra] Make gclient runhooks gn for Android on supported platforms 2017-05-06 23:52:26 -07:00
third_party Dart SDK Spelling b, c, and d. 2017-05-01 08:28:10 +02:00
tools Add more safe points in compiler. 2017-03-31 11:19:46 +02:00
vm Resolve inconsistent treatment of stubs in kAppJIT snapshots in favor of writing stubs in the snapshot. 2017-05-09 10:04:24 -07:00
.gitignore
BUILD.gn [Fuchsia] Grab the number of malloc'd bytes from jemalloc 2017-04-19 15:51:02 -07:00
codereview.settings
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Remove dart_noopt and related parts from the VM. 2017-01-11 16:55:55 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
runtime_args.gni Created placeholders for MallocHooks implementation and added define DART_USE_TCMALLOC to specifiy when tcmalloc is available. 2017-01-06 12:38:11 -08:00