summaryrefslogtreecommitdiff
path: root/src/GF/Compile/OptimizeGF.hs
AgeCommit message (Collapse)Author
2009-11-12before the optimizations OptParametrize and OptValues were applied twice. in ↵krasimir
addition the values optimization is now always applied because it become very cheep
2009-09-14Use GF.Grammar.Printer everywhere instead of PrGrammarkrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during ↵krasimir
module update
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
2008-11-26My profiling showed that the BinTree operations were responsible for about ↵bjorn
60% of the CPU time when reading a large .gfo file. Replacing BinTree by Data.Map reduced this to about 6%, which meant about 50% reduction in total CPU time.
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne