diff options
author | 2023-12-07 10:18:18 -0800 | |
---|---|---|
committer | 2023-12-12 04:41:44 +0000 | |
commit | 5b891da2a375cbb3f9faadae6b685a956be4ed64 (patch) | |
tree | a5cbf8f201416278288bae0344550b547fcc59ab /compiler/optimizing/nodes.h | |
parent | 2988f9a1805ccb6908bc71d776d048da6aa3edb3 (diff) |
riscv64: polymorphic and custom invoke
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
Clean with `m check_cfi`.
Bug: 283082047
Change-Id: I3ffa03256168be747ebb4eebb39ac69627c0cd6c
Diffstat (limited to 'compiler/optimizing/nodes.h')
0 files changed, 0 insertions, 0 deletions