Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Compilation Speed

Name: Anonymous 2011-02-16 21:14

I have this code:
http://rghost.net/4410616

And it kills SBCL. But if I replace my-lst with

(defmacro my-lst (&rest xs)
  `(list ,@xs))

it compiles much faster.

Name: Anonymous 2011-02-17 11:32

>>6
>a lot of random and complex code
No. The sequence of lambdas in vecs2 is pretty simple and linear enough, so that with a fast lambda reduction could be reduced to that of vecs1 (meaning no lambdas).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List