summaryrefslogtreecommitdiff
path: root/src/GF/Compile/BackOpt.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-11-07bugfix: if a concrete module has operations then they also should be optimizedkrasimir
2009-09-14CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that ↵krasimir
was hiding the warnings
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
2008-06-25removed src for 2.9aarne
2005-04-21Fixed module names and imports after giant file move.bringert
2005-02-18"Committed_by_peb"peb
2005-02-10gfc generation to incomplete modulesaarne
2005-02-09"Committed_by_peb"peb
2005-02-08unlexer concataarne
2005-02-07optimization on srcaarne