v86/tests/jit-paging
Nitin Tejuja 0615be5d60
Fixed issue #632 async/await (#633)
Co-authored-by: Fabian <copy@copy.sh>
2022-07-25 14:55:07 +02:00
..
Makefile Squash 2020-07-21 20:10:12 -05:00
README.md Squash 2020-07-21 20:10:12 -05:00
run.js Fixed issue #632 async/await (#633) 2022-07-25 14:55:07 +02:00
test-jit.c Make JIT paging tests' mmap calls more robust (no SEGFAULT and better physical map) 2020-07-21 20:10:13 -05:00

About

These tests map 2 adjacent pages to the exact same physical frame. Code is written to one page and executed from the other, then overwritten and executed again, in order to trigger cache activity. Unlike /tests/jit/, this folder is meant to test the JIT in protected mode with paging setup, not in real-mode.

Run

  • Obtain the linux3.iso image (see Readme.md)
  • Run make jitpagingtests in the root of the project