Quentin Monnet

Results 217 comments of Quentin Monnet

Also, atomics: https://lore.kernel.org/bpf/[email protected]/t/#u

Yes, at this time x86_64 is the only supported target. I don't have time to work on JIT-compilers for other architectures, but as always, PRs are welcome.

Hi, you can contribute by writing a JIT-compiler for arm64 :). I'm sorry, I don't have the time (or the hardware, for that matter) to work on this myself. You...

I took this code from uBPF, so I'm not exactly the “original author” here :). As I understand it this should be a conditional jump, triggered only if the divisor...

I didn't manage to reproduce it :/. Do you have a reproducer, by any chance?

I am totally in favor of replacing the `panic!()`s by `Result`s instead, it will be cleaner, in particular if the functions are called from some program bigger than the small...

Just added you as a “collaborator” on the repo, I think this gives you the permission to push?

Yeah, having the JIT is great, but… I don't know if there is something equivalent on Windows to the `posix_memalign()` and `mprotect()` functions we're using, and don't really have time...

AppVeyor was added with #23. Renaming the issue, for the record: JIT compilation remains to be adapted for Windows.

@badboy Where can I check if the Windows build was triggered, and if it was successful? Maybe there's some badge somewhere we can add to the README for quick access...