mmtk / mmtk-ruby

Ruby binding for MMTk
Other
9 stars 5 forks source link

Use bindgen to generate API code #6

Open wks opened 2 years ago

wks commented 2 years ago
wks commented 1 year ago

We have been using cbindgen to generate the mmtk.h header since this commit: https://github.com/mmtk/mmtk-ruby/commit/86ff3d29857e8a8f24160207c3df353c8d2cb9a6

We will need to look directly into Ruby objects when we start to optimise object scanning. Then we'll use rust-bindgen to generate the binding in the other direction.