Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[objc] Use references to Obj C classes instead of names in descriptors. #7026

Merged
merged 1 commit into from Jan 15, 2020

Commits on Jan 13, 2020

  1. Use references to Objective C classes instead of looking classes up b…

    …y name.
    
    This should reduce binary size slightly, small performance improvement, and improve linkage by forcing references to all used classes.
    
    Note that this maintains backwards compatibility for sources generated by older protoc for the time being. If you want the benefits
    you will need to recompile your protos with the newer protoc.
    dmaclach committed Jan 13, 2020
    Copy the full SHA
    bffe695 View commit details
    Browse the repository at this point in the history