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