aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Optimizer.hs
AgeCommit message (Collapse)Author
2024-02-24Added reducer selection flagMarvin Borner
2024-02-15Added number conversion utility functionsMarvin Borner
2024-01-21Targetted dumping and (un)bblcMarvin Borner
2024-01-19BLoC/BLoCade optimizer integrationMarvin Borner
In many cases, shared-by-abstraction BLC is more performant (and notably smaller) than the current output where every term just gets substituted (and potentially duplicated) directly. BLoC in combination with BLoCade's shared BLC target optimizes this automatically by trying to find the terms that would most benefit from deduplication and abstracting them respectively. Paging @tromp since we talked about this. This commit also introduces better argument parsing using optparse-applicative.