RE: [Haskell-cafe] GHC integers pre-allocation

23 Jan
2006
23 Jan
'06
4:23 a.m.
I believe that we statically allocate all ASCII chars, and Ints between -16 and +16. Have a look in ghc/rts/StgMiscClosures.cmm Simon ________________________________ From: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe-bounces@haskell.org] On Behalf Of Monique Monteiro Sent: 22 January 2006 23:26 To: haskell-cafe@haskell.org Subject: [Haskell-cafe] GHC integers pre-allocation Hi all, does anyone know if GHC implements any kind of pre-allocation of integers/caracteres ? If yes, which range of values does it use? Thanks in advance, Monique Monteiro
7058
Age (days ago)
7058
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Peyton-Jones