0.9.16.33:
Micro-optimize keyword argument parsing on x86 and x86-64. * Change %MORE-ARG to take a negative offset, so we can perform the negation once outside the parsing loop instead of twice each time through the loop; * Combine the retrieval of the keyword and its associated value into a single VOP, so we can take advantage of base+index+disp addressing.
Loading
Please sign in to comment