julia
e4dc9d35 - precompile: fix performance issues with IO (#56370)

Commit
1 year ago
precompile: fix performance issues with IO (#56370) The string API here rapidly becomes unusably slow if dumping much debug output during precompile. Fix the design here to use an intermediate IO instead to prevent that.
Author
Parents
Loading