Skip to content

GHCi interpreter: Tag constructor closures when possible.

Andreas Klebinger requested to merge wip/andreask/bytecode_tagging into master
GHCi interpreter: Tag constructor closures when possible.

When evaluating PUSH_G try to tag the reference we are pushing if it's a
constructor. This is both helpful for performance and required to
fix #24870.

I will do a perf characterization and add the testcase from the ticket before merging.

Merge request reports