Arrays of Small Fixnums
If I were to declare an array of, say, byte-sized fixnums, would LispWorks take that into account in sizing the array? Ultimately I want to be able to inline my array references for unboxed integers that are "small"--and I have a lot of these, so, um, size matters.