[gambit-list] More inlining notes

Bradley Lucier lucier at math.purdue.edu
Mon Nov 13 22:06:26 EST 2006


On Nov 13, 2006, at 9:56 PM, Bradley Lucier wrote:

> You should inline abs.

In a similar vein, did you ever think of specializing functions based  
on bignums, too? For example, (round x) would be very nice as

(if (or (##fixnum? x)
         (##bignum? x))
     x
     (##round x))




More information about the Gambit-list mailing list