Skip to content
Snippets Groups Projects
  1. Apr 25, 2000
  2. Apr 24, 2000
    • sven.panne@aedion.de's avatar
      [project @ 2000-04-24 22:05:08 by panne] · 6d6424ae
      sven.panne@aedion.de authored
      Use get_itbl instead of direct access to info field in
      removeIndirections. This "worked" only because the probability of
      hitting an indirection-like closure by chance is 5:65531 on 32bit
      platforms. :-) But HOpenGL once again managed to expose this bug...
      6d6424ae
  3. Apr 23, 2000
  4. Apr 22, 2000
  5. Apr 21, 2000
  6. Apr 20, 2000
  7. Apr 19, 2000
  8. Apr 18, 2000
    • Simon Marlow's avatar
      [project @ 2000-04-18 16:47:50 by simonmar] · 75fe1fd9
      Simon Marlow authored
      enumFrom<blah> on Ratios changed slightly recently.  The current
      behaviour is correct.
      75fe1fd9
    • Simon Marlow's avatar
      [project @ 2000-04-18 16:44:46 by simonmar] · f5c54ab3
      Simon Marlow authored
      Push directives over literal chunks when attempting to move them to
      the following chunk on x86.  Occasionally gcc generates a .glob
      directive some distance before the symbol it refers to, and we were
      ending up with a whole load of .glob directives attached to strings,
      and duplicated in each .o file when splitting.
      
      This change reduces the size of my libHSstd_p.a from 43M (!!!) to 9M.
      I think this problem must have appeared with gcc 2.95.2, but it's a
      little strange that I didn't notice it until now.
      f5c54ab3
Loading