David Reiss
David Reiss
## Issue description In any program that uses HybridData, the JVM will not terminate when `main` returns. Calling `System.exit` still terminates cleanly. This appears to be because the Hybrid Destructor...
Are there any plans to update from a newer upstream source? More recent versions include an introspection API that is very useful for analyzing performance.
This improves rendering on github quite a bit.
Demo repo: https://github.com/dreiss/panic_repro . It's a fairly simple riscv-rt example targeting riscv64 on qemu. On "rustc 1.78.0-nightly (a84bb95a1 2024-02-13)" or later, the link fails with bad relocations in eh_records: ```...
I'm trying to use this crate to relocate an ELF object. My strategy is to make a copy of the object, parse one copy to find relocations, and use them...
## Failing module Loading from the url `https://esm.sh/*preact/hooks` with curl, I get redirected to `https://esm.sh/*[email protected]/hooks`, which looks like ``` /* esm.sh - [email protected]/hooks */ import "/stable/[email protected]/esnext/preact.mjs"; export * from "/stable/[email protected]/esnext/hooks.js";...
It would be nice to have support for the Lifespan State feature: https://asgi.readthedocs.io/en/latest/specs/lifespan.html#lifespan-state
I'm writing an instruction decoder, and I'd like to use this description of the operands. This is an example of someone writing the operand decoders by hand: https://github.com/stephank/rvsim/blob/main/src/cpu/op.in.rs