mmtk / mmtk-julia

Julia binding for MMTk
13 stars 9 forks source link

Rewriting the functions to get object size, and object start ref in Rust #77

Closed udesou closed 1 year ago

udesou commented 1 year ago

Since our goal is to avoid crossing the language barrier between C and Rust for every object, this PR rewrites the C code for calculating the start ref of an object and its size into Rust.

NB: This PR also applies the changes from #19.