Skip to content
Snippets Groups Projects
  1. Feb 18, 1999
    • Julian Seward's avatar
      [project @ 1999-02-18 13:00:27 by sewardj] · 5b50d652
      Julian Seward authored
      Make decoding of RtsFlags.DebugFlags work on big-endian architectures.
      5b50d652
    • Simon Marlow's avatar
      [project @ 1999-02-18 12:26:11 by simonm] · e58d0e9b
      Simon Marlow authored
      Add two new operations to StgPrimFloat.c:
      
      	__int_encodeFloat
      	__int_encodeDouble
      
      for encoding floats/doubles from small integers.  This avoids having
      to convert small integers to large ones before an encodeFloat
      operation, and fixes the two cases of slowdown in nofib after the
      small integer changes.
      
      Also:
      	- remove encodeFloat and decodeFloat as primops
      	- use foreign import for encode{Float,Double} and
      	  the various isNaN etc. ccalls in PrelNumExtra.
      e58d0e9b
    • Simon Marlow's avatar
      [project @ 1999-02-18 12:21:07 by simonm] · 1f9caae5
      Simon Marlow authored
      - Fix typo in description of -M
      - Add doc line for -H
      1f9caae5
  2. Feb 17, 1999
  3. Feb 16, 1999
  4. Feb 15, 1999
  5. Feb 12, 1999
  6. Feb 11, 1999
  7. Feb 10, 1999
Loading