Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-24 | Added reducer selection flag | Marvin Borner | |
2024-02-15 | Added number conversion utility functions | Marvin Borner | |
2024-01-21 | Targetted dumping and (un)bblc | Marvin Borner | |
2024-01-19 | BLoC/BLoCade optimizer integration | Marvin 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. |