oli-obk / priroda

A graphical debugger for Rust MIR
Apache License 2.0
183 stars 13 forks source link

True multithreading #45

Open DJMcNab opened 3 years ago

DJMcNab commented 3 years ago

This is an extremely high level issue for tracking that we might want to be able to simulate multiple mir threads on multiple software threads sanely, for performance reasons, and centralising the discussion thereof.

The amount of work required for this would likely be quite large, so this is absolutely not a priority.

bjorn3 commented 3 years ago

I honestly don't think miri will ever be able to do this without actually reducing performance. There is just too much ghost state that would need to be locked by multiple threads I think.