Skip to content
  • sven.panne@aedion.de's avatar
    [project @ 2000-07-02 18:59:10 by panne] · 2a0ffd1c
    sven.panne@aedion.de authored
    Don't use addr2Integer for large integral literals anymore, use a
    Horner schema with numbers in the Int range instead. This improves
    constant folding, so e.g.  (0x87654321 :: Word32) is evaluated at
    compile time now. In theory we can completely say Good-bye to
    addr2Integer, but for the time being it's still there. Feel free to
    nuke it...  >:-)
    2a0ffd1c