diff options
| author | 2023-11-27 12:23:43 -0800 | |
|---|---|---|
| committer | 2023-12-08 08:16:06 +0000 | |
| commit | 8ad445e1d290820d796c6434fea268a0569036d5 (patch) | |
| tree | 2a3d5c57ff0624520dbd4af65407b949b73748a1 /compiler/optimizing/code_generator.cc | |
| parent | d358b579a98f8dcc5e1ba6678649543df51f7af5 (diff) | |
Reapply "riscv64: re-enable an invoke fast path"
This reverts commit 08d20ebe908d8230108fa64d871d69831c7587e6.
Test: Cuttlefish boot (where the problem was first raised)
(original commit message)
The meaning of ART_METHOD_NTERP_INVOKE_FAST_PATH_FLAG_BIT
for RISC-V narrows the condition to object refs only.
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.
Clean with `m check_cfi`.
Bug: 283082047
Bug: 312482932
Change-Id: Iad7c8b4101f1167c0163bec7bb002fa73acb9622
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
0 files changed, 0 insertions, 0 deletions