[plt-scheme] Another performance question

Mark Engelberg mark.engelberg at gmail.com
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



More information about the plt-scheme mailing list