Sebastien La Duca
Sebastien La Duca
Was there ever a resolution to this?
Hi! I recently did a very brief internship at [Solana](https://github.com/solana-labs/solana) where I was trying see how to attach GDB to a [eBPF VM](https://github.com/solana-labs/rbpf), which Solana uses as an execution environment...
I haven't looked into this *that* deeply, so I can't say I know for sure exactly why, but I can list a bunch of things that come to mind: 1....
Happy to open a PR for this (I'm already working on it because I need it)
I've got a branch I'm using for this at https://github.com/proxima-one/plonky2/tree/feature-gate-stuff
I personally need a shim for rayon now, but I can keep that part in our branch for now if others don't need it too urgently. As for `timed!` and...
Oh, that's a good point. I guess you'd need to have that assertion. Then it can be a separate feature that some runtimes can enable. For instance in a browser,...
> For Rayon, I think the feature would ideally be in Rayon itself, see [rayon-rs/rayon#861](https://github.com/rayon-rs/rayon/issues/861). If we don't want to wait for that we can add a shim temporarily, but...
We can also just yoink similar instances of it like this: https://github.com/shssoichiro/oxipng/blob/master/src/rayon.rs. I'll look over the options and open a PR for whatever seems cleaner.
Just an update - I've looked into the third alternative option under next steps a bit more and I think I'm going to try that next - I have a...