Skip to content

WIP: Apply tags from info tables

Ben Gamari requested to merge wip/apply-tags into master

Section 6.1.4 of "Faster laziness using dynamic pointer tagging" claims that the garbage collector will tag untagged pointers during evacuation. However, the GC does not in fact do this.

This is a quick attempt at fixing this.

Edited by Ben Gamari

Merge request reports