What has lisp ever done for reducing the memory footprint of a computer program? The answer is nothing, nothing at all. This is all the work of C.
Name:
Anonymous2013-07-02 3:34
Not every compiler is smart enough to make the right decision when inlining map calls. And you may need to make the loop explicit if you want to use it well with inline assembly.