• Thomas Van Lenten's avatar
    Speed up ObjC Generation with large dependency trees · 78a6d310
    Thomas Van Lenten authored
    Don't create FileGenerators for each dep. FileGenerators will deeply create all
    the message, enum, and field generators; but those aren't needed when doing
    the imports for dependencies. Instead directly generate the imports off the
    FileDescriptors so no extra objects are created. The only other use was when
    chaining together the *Roots for the file extension registry, but that also
    can be generate off the name of the FileDescriptor directly.
    78a6d310
Name
Last commit
Last update
..
google/protobuf Loading commit data...
solaris Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...