Skip to content
Commit 0b2d08b3 authored by Nathan Froyd's avatar Nathan Froyd
Browse files

optimize full-call refs and sets for SBCL

Don't check array bounds, as WITH-ARRAY-DATA will do that for us.  Be a
little clever about constructing the value for refs to avoid unnecessary
allocations.

SBCL still doesn't generate the greatest code for sets, but that
probably requires hacking on the compiler.
parent cd6702b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment