This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
55955b9c22
vkdoom_m
/
src
/
scripting
/
vm
History
Magnus Norddahl
323d290c99
- implemented LBIT, SBIT, VTBL, SCOPE, NEW, NEW_K, THROW, EQA_R and EQA_K
2018-09-02 03:39:02 +02:00
..
jit.cpp
- implemented LBIT, SBIT, VTBL, SCOPE, NEW, NEW_K, THROW, EQA_R and EQA_K
2018-09-02 03:39:02 +02:00
jit.h
- destroy the jit runtime when all script functions are destroyed
2018-08-18 17:50:47 +02:00
vm.h
- implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++
2018-08-18 22:41:18 +02:00
vmexec.cpp
- embed and use asmjit to JIT ZScript VM functions
2018-08-12 02:11:13 +02:00
vmexec.h
- implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++
2018-08-18 22:41:18 +02:00
vmframe.cpp
- implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++
2018-08-18 22:41:18 +02:00
vmintern.h
- implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++
2018-08-18 22:41:18 +02:00
vmops.h
Added runtime check for negative array indices in VM
2017-11-02 18:01:13 +02:00