[gambit-list] JavaScript backend

Bradley Lucier lucier at math.purdue.edu
Tue Jan 12 22:01:05 EST 2016


> On Jan 12, 2016, at 9:41 PM, Marc Feeley <feeley at iro.umontreal.ca> wrote:
> 
> I have added a compiler optimization which removes useless definitions in a program.  This can be useful to reduce the generated code size of a program by only including the procedures of a custom library that are needed.

Pretty cool.

Maybe you could do something similar with a deforestation pass; that would speed up a lot of codes using short vectors in dense computations.

Brad




More information about the Gambit-list mailing list