My last post was wrong in the details, so let me show a better example. Rust code : pub extern fn foo(v: &u64, callback: fn()) -> u64 { l... (more…)
Read more »
In December 2021, we opened an issue to solicit feedback regarding the porting of the YJIT codebase from C99 to Rust. There were some reservations, but this project was given the go ahead by Ruby c... (more…)
Read more »
a (WIP) Rust frontend for gcc. Contribute to sapir/gcc-rust development by creating an account on GitHub. (more…)
Read more »
into_boxed_slice ptr T Legend 4/8 bytes Box<T> Vec<T> len cap ptr cap len ptr 4/8 bytes T T T Rc<T> ptr strong weak T Box<[T]> len ptr len T T T Box<Trait> T vtable size Arc<T> ptr strong weak T 4/8 bytes atomic allocat... (more…)
Read more »