quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Cleanup persistent QVMs on exit #187

Open appleby opened 4 years ago

appleby commented 4 years ago

The proposal in #39 mentions the need to release persistent QVMs on exit. Currently we don't do anything special to ensure persistent QVMs are cleaned up on exit. Determine whether we need to explicitly release persistent QVMs on exit, especially for shared-mem allocations (not yet supported).