Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    0495a6a2
    Add the ability to delay IR1 transforms, giving type and constraint · 0495a6a2
    dtc authored
    propagation a chance before transforming to less amiable forms.
    A transform may now choose to be delayed by calling delay-transform
    giving a reason. The two supported reasons are :optimize to delay
    until IR1 optimization has completed, and :constraint to delay until
    after constraint propagation.
    0495a6a2
    History
    Add the ability to delay IR1 transforms, giving type and constraint
    dtc authored
    propagation a chance before transforming to less amiable forms.
    A transform may now choose to be delayed by calling delay-transform
    giving a reason. The two supported reasons are :optimize to delay
    until IR1 optimization has completed, and :constraint to delay until
    after constraint propagation.