rusch95 / mimalloc-rs

Fork of mimallocator that aims to port mimalloc over to rust.
16 stars 0 forks source link

Automatic Translation using c2rust #11

Closed rusch95 closed 5 years ago

rusch95 commented 5 years ago

I'm working on setting up some infrastructure to convert most of the code using c2rust.

rusch95 commented 5 years ago

Added files transpiled with citrus in mimalloc-rs/mimalloc-sys/rust_impl/citrus. They need to be manually checked though.

c2rust doesn't work well with this project because of all the weird macros, but adhoc cases using the webclient work fairly well.