summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorEvgeny Astigeevich <evgeny.astigeevich@linaro.org>2020-05-28 12:38:30 +0100
committerVladimir Marko <vmarko@google.com>2020-05-29 11:22:47 +0000
commitffffa9c4e18e233db7b0f5eb31d07d8a52d527e4 (patch)
tree562f5fa455f06e4f538645c4c6190f18d2715f41 /compiler/optimizing/graph_visualizer.cc
parent62d33f78909f86b7eea22b9e982a93709c2b2c92 (diff)
ART: Add classes having intrinsics to boot image
Classes, which have intrinsics methods but are not in boot-image-profile.txt, are not included into the boot image. This causes the list of intrinsics to be a mix of methods from the boot image and the framework. Intrinsics methods from the boot image are already marked as intrinsics. Intrinsics methods from the framework are not marked. The current implementation of InitializeIntrinsics stops initializing intrinsics when it encounters an initialized intrinsic on the list. This means uninitialized intrinsics must be at the beginning of the list. Otherwise they won't be initialized. Instead of rearranging the list, the CL adds classes having intrinsics methods to the boot image. This guarantees all intrinsics to be marked. The CL also adds DCHECK to InitializeIntrinsics to check that all intrinsics have been initialized. Test: test.py --host --optimizing --jit --gtest --interpreter Test: test.py --target --optimizing --jit --interpreter Test: run-gtests.sh Change-Id: I82bc840bc2c07d3e4e527ee6e1f76c2015c59c21
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions