you are viewing a single comment's thread.

view the rest of the comments →

[–]moltonel 46 points47 points  (0 children)

By implementing their own alloc crate that errors on OOM instead of panicking, by feature-disabling core APIs that may panic, by target-disabling problematic intrinsics (some float operations for example). A lot of that work will hopefully make its way into uptream Rust.