You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- VM is now directly fed a set of pre generated register tables from the datasets. - Split the monolithic register table in the VM up so there are explicit I/O and temp register tables the script indexes into directly. - Avoids some recreation of expensve objects in favour of manual reset calls. - Re-wrote Oupt kernel to be more explicit. Going via templated handler in this case didn't get us any code reuse and just obfuscated it's workings. Saves ~10-25us of overhead per VM involcation which soon adds up. Saves ~1-2us inside each VM exec itself. #rb Stu.Mckenna #ROBOMERGE-SOURCE: CL 9743796 via CL 9743798 #ROBOMERGE-BOT: (v542-9736015) [CL 9745804 by simon tovey in Main branch]