Skip to content
Snippets Groups Projects
  1. Apr 27, 2000
  2. Apr 26, 2000
  3. Apr 25, 2000
  4. 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
  5. Apr 23, 2000
  6. Apr 22, 2000
  7. Apr 21, 2000
  8. Apr 20, 2000
    • Simon Peyton Jones's avatar
      [project @ 2000-04-20 16:45:16 by simonpj] · 1abb301c
      Simon Peyton Jones authored
      Add support for Java generation, written in
      a lightning day with Erik Meijer
      
      	ghc -J Foo.hs
      
      will do the business, generating Foo.java
      
      The code is in a new directory, javaGen/, so
      you'll need to cvs update -d.
      
      I've reorganised main/CodeOutput quite a bit; it
      is now much much tidier, and will accommodate new
      languages quite easily.
      
      I've also fiddled with the flags that communicate
      between the driver and hsc.
      
      GONE:	-S=  -C=
      
      NEW:	-olang=xxx	output language xxx
      			xxx can be: C, asm, java
      
      	-ofile=xxx	put the output code in file xxx
      
      
      BEWARE that I might have broken some of the more
      cryptic stuff in ghc.lprl.
      
      Simon
      1abb301c
    • Simon Peyton Jones's avatar
      [project @ 2000-04-20 16:31:47 by simonpj] · 8f674b1c
      Simon Peyton Jones authored
      Finish TcClassDecl
      8f674b1c
Loading