| Age | Commit message (Collapse) | Author | Lines |
|
|
|
patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs
|
|
|
|
This allows LLVM to inline the happy path, such that catching unwinding is
zero-cost when no panic occurs. This also allows us to match the code generated
by C++ try/catch.
|
|
|
|
- the old interface between HermitCore and the Rust Standard Library
based on a small C library (newlib)
- remove this interface and call directly the unikernel
- remove the dependency to the HermitCore linker
- use rust-lld as linker
|