kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
436 stars 36 forks source link

Inline trivial methods #60

Closed moulins closed 1 year ago

moulins commented 1 year ago

Adds #[inline] to trivial methods, so that the compile-time wrappers get properly optimized out without having to enable LTO.

kyren commented 1 year ago

Went ahead and merged it, it's fine as is really.