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