Fix a retainer profiling segfault
authorIan Lynagh <igloo@earth.li>
Tue, 19 Oct 2010 13:27:27 +0000 (13:27 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 19 Oct 2010 13:27:27 +0000 (13:27 +0000)
commit140aeb3949039cb7df43ac2d7e4a755fb4711879
treeed04a082e56702f681b6885eb5768d69ec684439
parent6f37cf1b943abbf8a9f51bf80514cae86a2e6765
Fix a retainer profiling segfault
The bitmap type wasn't big enough to hold large bitmaps on 64 bit
platforms. Profiling GHC was segfaulting when retainStack was handling a
size 33 bitmap.
rts/RetainerProfile.c