[Larceny-users] Compiler - Intermediate Representation

2008-09-15 Thread Ray Racine
Is there a way to dump out the compiler intermediate representation(s) from the various passes up to MacScheme IR for a given R6RS module? Ray ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu

Re: [Larceny-users] Compiler - Intermediate Representation

2008-09-15 Thread William D Clinger
Ray Racine wrote: Is there a way to dump out the compiler intermediate representation(s) from the various passes up to MacScheme IR for a given R6RS module? Yes, it should be possible to do this using the Twobit timing hook. lib/Experimental/twobit-timer.sch contains an example of its use, but