Files
wasmtime/lib/cretonne
Jakob Stoklund Olesen cc35b5e724 Flush the debug trace file after each dbg!().
When debugging code built with panic=about, the debug trace buffer is
not flushed on a panic and important messages are lost.

This does slow down debug tracing a bit, but this is still better than
unbuffered or line buffered I/O since the dbg!() macro can write out
many lines like a whole function.
2017-09-12 10:31:02 -07:00
..
2017-09-11 11:09:51 -07:00
2017-08-31 10:44:59 -07:00
2016-10-17 14:44:43 -07:00