mmtk / mmtk-ruby

Ruby binding for MMTk
Other
9 stars 5 forks source link

Process weak tables in small chunks in parallel #77

Closed wks closed 4 months ago

wks commented 4 months ago

This will split the processing of large global weak tables, such as the frozen string table and the global symbol table, into smaller chunks so that they can be processed in parallel.