jank icon indicating copy to clipboard operation
jank copied to clipboard

Use Boehm's typed allocations

Open jeaye opened this issue 2 years ago • 0 comments

bdwgc has support for type descriptors, to describe the layout of objects to minimize scanning time. The header is here: https://github.com/ivmai/bdwgc/blob/master/include/gc/gc_typed.h

We should take full advantage of this until we switch to mmtk.

jeaye avatar Jul 11 '23 04:07 jeaye