IntersectMBO / IntersectMBO/plutus
Investigate using -O0 -fmax-simplifier-iterations=0 for Plutus Tx
Open
Internal
Plinth
status: triaged
User experience
- Dominant language
- Haskell
- Stars
- 1.6k
- Forks
- 508
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 22
Description
Recent discussion concludes that PlutusTx modules should always be compiled with -O0 -fmax-simplifier-iterations=0. Doing so seems to make certain things fail to compile, and certain other things to have a higher cost or bigger size. This is to investigate in those cases and see what we can do about them.
Extricated from https://input-output.atlassian.net/browse/PLT-9512
Contributor guide
Assessment
This issue has not been assessed yet.