Closed
Description
Describe the bug
Testcase triggers unimplemented code in src/diagnostics/perf-jit.h
To Reproduce
Steps to reproduce the behavior:
- Use simulated debug build (see instructions here)
- Run test/program
out/riscv64.sim/d8 --test test/mjsunit/mjsunit.js test/mjsunit/regress/wasm/regress-1032753.js --random-seed=-812327453 --nohard-abort --enable-slow-asserts --verify-heap --testing-d8-test-runner --perf-prof --perf-prof-delete-file
- See error
#
# Fatal error in ../../src/diagnostics/perf-jit.h, line 105
# unimplemented code
#
Expected behavior
No error message if test passes
Additional context
None