Re: GHC code generation micro-optimisation patch

2008-03-03 Thread Simon Marlow
Remi Turk wrote: during the past semester I followed a seminar on the Efficient implementation of functional languages by Jeroen Fokker at the University Utrecht. During that course we worked on a feedback directed GHC optimisation, but that got me interested in another possible GHC backend

Re: static constants -- ideas?

2008-03-03 Thread Don Stewart
jason.dusek: I have an awkward programming problem -- I need to take a dictionary, parse it, build a bunch of intermediate lists and then make maps and tries out of the list. A programming problem because it's taken me a fair amount of effort to pull together the parser and list