Removed space and time inefficiency in procpoint splitting
authordias@eecs.harvard.edu <unknown>
Tue, 14 Oct 2008 16:03:54 +0000 (16:03 +0000)
committerdias@eecs.harvard.edu <unknown>
Tue, 14 Oct 2008 16:03:54 +0000 (16:03 +0000)
commite13a12b7b217ecea358f4dd853d27ffa44d161c8
tree9cfee4901c875030623cec974f986899beeb5426
parente367ebeb97b97bc2732202bcfabbbde63f1ec5cd
Removed space and time inefficiency in procpoint splitting
I was adding extra jumps to every procpoint, even when the split-off graph
referred to only some of the procpoints. No effect on correctness,
but a big effect on space/time efficiency when there are lots of procpoints...
compiler/cmm/CmmCPSZ.hs
compiler/cmm/CmmProcPointZ.hs