| 362 | } |
| 363 | |
| 364 | void ContextImpl::ExecuteThread(FEXCore::Core::InternalThreadState* Thread) { |
| 365 | Dispatcher->ExecuteDispatch(Thread->CurrentFrame); |
| 366 | |
| 367 | // If it is the parent thread that died then just leave |
| 368 | // TODO: This doesn't make sense when the parent thread doesn't outlive its children |
| 369 | } |
| 370 | |
| 371 | void ContextImpl::InitializeCompiler(FEXCore::Core::InternalThreadState* Thread) { |
| 372 | Thread->OpDispatcher = fextl::make_unique<FEXCore::IR::OpDispatchBuilder>(this); |