Nitin Tejuja 0615be5d60 Fixed issue #632 async/await (#633) 1 rok pred
..
Makefile 975a06269e Squash 3 rokov pred
README.md 975a06269e Squash 3 rokov pred
run.js 0615be5d60 Fixed issue #632 async/await (#633) 1 rok pred
test-jit.c d505d7b936 Make JIT paging tests' mmap calls more robust (no SEGFAULT and better physical map) 3 rokov pred

README.md

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