GeoInter / Leguan

WIP instruction set simulator for LEGv8 instruction set
MIT License
1 stars 0 forks source link

Pipeline Visualizer: Simulating on seperate thread #66

Closed GeoInter closed 3 months ago

GeoInter commented 3 months ago

If the pipeline visualizer while simulating falls into an endless loop, the main thread is blocked whcih results in the program crashing. Put the simulation onto seperate thread.