Beispiel #1
0
 /// <inheritdoc/>
 public IExecutionContext CreateExecutionContext(ExceptionCallbacks exceptionCallbacks)
 {
     return(new JitExecutionContext(new JitMemoryAllocator(), _tickSource, exceptionCallbacks));
 }
Beispiel #2
0
 public IExecutionContext CreateExecutionContext(ExceptionCallbacks exceptionCallbacks)
 {
     return(_cpuContext.CreateExecutionContext(exceptionCallbacks));
 }
Beispiel #3
0
 public IExecutionContext CreateExecutionContext(ExceptionCallbacks exceptionCallbacks)
 {
     return(new ProcessExecutionContext());
 }