diff options
author | 2023-12-04 22:45:54 -0800 | |
---|---|---|
committer | 2023-12-12 04:41:44 +0000 | |
commit | 2988f9a1805ccb6908bc71d776d048da6aa3edb3 (patch) | |
tree | 71ab814f511296764a8dd19beeb9fac4307cd200 /compiler/optimizing/nodes.h | |
parent | 4bee068181f19c25edfc8719ed88ffd58aba7a6f (diff) |
riscv64: re-enable "0/1-arg" invoke fast path
The 0/1-arg invoke fast path has been tweaked to
correctly load reference types in the managed ABI
on RISC-V.
See invoke.S for notes on code structure.
(1) setup
lunch aosp_riscv64-trunk-userdebug
export ART_TEST_SSH_USER=ubuntu
export ART_TEST_SSH_HOST=localhost
export ART_TEST_SSH_PORT=10001
export ART_TEST_ON_VM=true
. art/tools/buildbot-utils.sh
art/tools/buildbot-build.sh --target
# Create, boot and configure the VM.
art/tools/buildbot-vm.sh create
art/tools/buildbot-vm.sh boot
art/tools/buildbot-vm.sh setup-ssh # password: 'ubuntu'
art/tools/buildbot-cleanup-device.sh
art/tools/buildbot-setup-device.sh
art/tools/buildbot-sync.sh
(2) test
art/test.py --target -r --no-prebuild --ndebug --64 -j 12 --cdex-none --interpreter
Test: Run these opcodes against all interpreter
tests on a Linux RISC-V VM.
Test: Cuttlefish boot
Bug: 283082047
Change-Id: Ifea1a6fce97521be533cf0b0def4fc4789d4c87b
Diffstat (limited to 'compiler/optimizing/nodes.h')
0 files changed, 0 insertions, 0 deletions