Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    d2f0c163
    - Use the "inc" instruction for addition of constant 1. · d2f0c163
    dtc authored
    - Use "test x x" for comparison with constant 0.
    
    - With the improvement of targeting by the packer some time ago it was
    possible to remove some VOPS SC hacks. In many cases it is better to
    not list a stack SC in the list of operand preferred SCs so the
    compiler can account for the extra cost making it more likely to use
    registers. Some hacks are still necessary here though.
    
    - Some style cleanups
    d2f0c163
    History
    - Use the "inc" instruction for addition of constant 1.
    dtc authored
    - Use "test x x" for comparison with constant 0.
    
    - With the improvement of targeting by the packer some time ago it was
    possible to remove some VOPS SC hacks. In many cases it is better to
    not list a stack SC in the list of operand preferred SCs so the
    compiler can account for the extra cost making it more likely to use
    registers. Some hacks are still necessary here though.
    
    - Some style cleanups