[plt-scheme] Another performance question

From: Mark Engelberg (mark.engelberg at gmail.com)
Date: Thu Jul 3 15:42:20 EDT 2008

If I'm making a bunch of shortcuts like:
(define vr vector-ref)

is this going to mess with the performance of the JIT compiler or
other compilation phases?

Is it better to make it an identifier macro?

--Mark


Posted on the users mailing list.