Great speed-up in type generation
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Sat, 11 Jul 2009 20:23:59 +0000 (22:23 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Sat, 11 Jul 2009 20:23:59 +0000 (22:23 +0200)
commit758998d6ef18ab5124c65518781c358d76d229ab
treefd197b31747e9e751c07e71c86c5d4667ad903fd
parent7eb34cb0e082185b256b7231ee84cb04e006f51c
Great speed-up in type generation

Now just normalize tfp ints that are used as keys for the type map
Before these were translated to integers.

Save a map caches tfp ints, and their correspding integer literal
Adders.hs
CoreTools.hs
Generate.hs
HsTools.hs
Normalize.hs
NormalizeTools.hs
NormalizeTypes.hs
Translator.hs
VHDL.hs
VHDLTools.hs
VHDLTypes.hs