I was wondering... Dolphin has a menu entry in the optional debug menu called "Refresh JIT Cache". This seems to be needed when directly changing program code while the game is running. It calls Core::RunAsCPUThread(JitInterface::ClearCache) internally. Is there any way this functionality could be exposed via the Lua interface?