Changed the set implementation to use hash tables, which speeds up
commite7cc72905626e15e5866cfc785b3d98a667e3a3e
authorVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Fri, 15 May 2009 16:05:08 +0000 (15 12:05 -0400)
committerVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Fri, 15 May 2009 16:05:08 +0000 (15 12:05 -0400)
treed6f9fa1c41f65e1af74cf59f8d7c456477b76b93
parent3300317ae131f4a7b220016520dba831d282f31f
Changed the set implementation to use hash tables, which speeds up
register allocation.
There are still some work to do in this area.
ast.scm
cfg.scm
code-generation.scm
cte.scm
optimizations.scm
six-comp.scm
tests/picobit/picobit-vm-sixpic.c
utilities.scm