Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    9793164a
    o Add the new function order-layout-inherits to correctly order the · 9793164a
    dtc authored
      layouts within the layout-inherits vector. This ensures that
      the compiler can generate inline type tests for hierarchical classes.
    
    o Modify the definition of the stream class to be hierarchical.
    
    o Have the condition classes correctly order their layout-inherits
      so that the hierarchical condition class is placed at it specified depth.
    
    o Enhance the compiler instance typep transform to generate inline
      type tests for hierarchical classes, not just for structures.
    9793164a
    History
    o Add the new function order-layout-inherits to correctly order the
    dtc authored
      layouts within the layout-inherits vector. This ensures that
      the compiler can generate inline type tests for hierarchical classes.
    
    o Modify the definition of the stream class to be hierarchical.
    
    o Have the condition classes correctly order their layout-inherits
      so that the hierarchical condition class is placed at it specified depth.
    
    o Enhance the compiler instance typep transform to generate inline
      type tests for hierarchical classes, not just for structures.