Skip to content
  • Daniel Dunbar's avatar
    c475d422
    NeXT: Emit protocol objects lazily. · c475d422
    Daniel Dunbar authored
     - That is, the metadata for a protocol is only emitted if that
       protocol is actually used in the translation unit. This is
       important because Objective-C headers frequently contain a large
       number of protocol definitions, only a few of which will be used in
       any given file.
    
    llvm-svn: 58400
    c475d422
    NeXT: Emit protocol objects lazily.
    Daniel Dunbar authored
     - That is, the metadata for a protocol is only emitted if that
       protocol is actually used in the translation unit. This is
       important because Objective-C headers frequently contain a large
       number of protocol definitions, only a few of which will be used in
       any given file.
    
    llvm-svn: 58400
Loading