JIT services: Difference between revisions

Line 21: Line 21:


== CreateJitEnvironment ==
== CreateJitEnvironment ==
Takes two input u64s, 3 input handles, returns an [[#IJitEnvironment]].
Takes two input u64s for the CodeMemory sizes, 3 input handles, returns an [[#IJitEnvironment]].
 
The first handle is a Process handle, the rest are CodeMemory handles.


This essentially does state/object init and maps the CodeMemory regions in the user-process.
This essentially does state/object init and maps the CodeMemory regions in the user-process.