Skip to content
  • John McCall's avatar
    Set a special flag in class metadata when an Objective-C class · 0d54a17b
    John McCall authored
    has ivars that require destruction, but none that require anything
    except zero-initialization.  This is common in ARC and (when true
    throughout a class hierarchy) permits the elimination of an
    unnecessary message-send during allocation.
    
    llvm-svn: 166088
    0d54a17b
Loading