m4b
m4b
@nick96 thanks so much for this PR and your patience! Are you ok to wait a bit for a release (since this is a breaking change, as I mentioned, I...
@nick96 thank you so much for your patience, this is now released in 0.6.0 :)
memrange is removed in metagoblin, along with interval tree crate (we didn't really use any interval tree logic anyway)
anyone want to test if this is still a bug?
still interested in merging something like this, let me know if someone has time :)
how much approximate space does a crater run require? is it possible to do a crater run jr? i may/may not be able to help, depending on size and more...
@pietroalbini What about network bandwidth ? @bjorn3 thinking out loud, if jit mode was working that would remove effectively the storage requirement yes ? I would imagine each crate is...
I just wanted to pop on here and say that all the work you've done here in this repo with rustc and another codegen backend is truly incredible and you're...
So would this mean: ``` CG_CLIF_JIT=1 cargo build target/debug/foo ``` will: 1. produce a debug binary 2. the binary when run, will have instrumentation necessary to jit parts of the...
Oh interesting, is it possible to share the majority of the dep tree (e.g., i have 400 crates) when jitting, so a modify source, cargo jit loop would be faster?...