iree icon indicating copy to clipboard operation
iree copied to clipboard

Fixing potential leak when VM disassembly fails.

Open benvanik opened this issue 1 year ago • 1 comments

benvanik avatar Aug 29 '24 15:08 benvanik

Let's hold this for now. It does fix the leak I was seeing when running with vm tracing enabled. But now hard fails. I'm not sure this is an improvement: such debugging tools need to not regress the ability to run the program.

stellaraccident avatar Aug 29 '24 17:08 stellaraccident

PTAL; fixed the leak and made it non-fatal (it'll just print a disassembly failed line).

benvanik avatar Sep 09 '24 21:09 benvanik