From: Nathan Froyd Date: Fri, 1 Jun 2007 03:02:11 +0000 (+0000) Subject: 1.0.6.9: micro-optimize portions of the reader X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=cf0b72cd4052a09b9a305081524bd44e2948c1e5;hp=cf0b72cd4052a09b9a305081524bd44e2948c1e5;p=sbcl.git 1.0.6.9: micro-optimize portions of the reader * use the more idiomatic (and better optimized) MAKE-ARRAY/REPLACE combination to grow the read buffer; * host some special variable accesses and eliminate bounds checking in CASIFY-READ-BUFFER. ---