Use references to Objective C classes instead of looking classes up by 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.
D
Dave MacLachlan committed
74956e1c1589ef473cf229fdf81d4045953a3f38
Parent: 948740b
Committed by Thomas Van Lenten <thomasvl@google.com>
on 1/15/2020, 8:01:53 PM