v86/gen
Fabian a5cbf53da5 Fix jit in presence of new page fault handling
Makes the following a block boundary:

- push
- Any non-custom instruction that uses modrm encoding
- Any sse/fpu instruction

This commit affects performance negatively. In order to fix this, the
above instructions need to be implemented using custom code generators
for the memory access.
2020-08-30 19:29:53 -05:00
..
c_ast.js Squash 2020-07-21 20:10:12 -05:00
generate_analyzer.js Fix jit in presence of new page fault handling 2020-08-30 19:29:53 -05:00
generate_interpreter.js Handle pagefaults without JS exceptions 2020-08-30 19:29:53 -05:00
generate_jit.js Fix jit in presence of new page fault handling 2020-08-30 19:29:53 -05:00
rust_ast.js Port jit to Rust 2020-08-30 19:29:13 -05:00
util.js Port jit to Rust 2020-08-30 19:29:13 -05:00
x86_table.js Fix jit in presence of new page fault handling 2020-08-30 19:29:53 -05:00