Larger allocations causing SIGILL
Created by: MagaTailor
On my ARM Linux system, I've just tried running the binary_trees
benchmark using ralloc and it almost works as a drop-in replacement (good job!) being about 2.8x slower. It crashes however for tree depth >= 21, a crash that doesn't reproduce in gdb.
Interesting!
#EDIT: In case a reproduction is needed, unpack the attachment and run:
cargo build --release && time target/release/binary_trees 21
or cargo run -- 21