kyren / gc-arena

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

Inline and microoptimize core functions #19

Closed Aaron1011 closed 1 year ago

Aaron1011 commented 1 year ago

This leads to better codegen. See https://github.com/ruffle-rs/gc-arena/pull/7 for a more detailed discussion

kyren commented 1 year ago

Yeah I noticed that you had made these changes in the ruffle fork, seems sensible to me!