DiG
DiG
I ran into the same issue on Julia 0.6.2 and Gallium 0.1.0. I found that I could resolve the issue by adding code from https://github.com/Keno/Arsenic.jl/blob/master/bin/attach.jl to the program if !isdefined(Base,...
@cyrozap Thank you for the reference! I was not aware of this work. I believe our implementation is a bit more complete. Specifically, we implement most of the features mentioned...
Looking more closely at the commit history it looks like most of the unfinished features have actually been finished.
Nice! Your implementation is way cleaner than ours:) The only nit is that it doesn't look like it handles the zero-overhead loop setup, that uses `sr` to directly write loop...