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