-
Notifications
You must be signed in to change notification settings - Fork 89
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
Enabling arenas in runtime proto #348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any drawback to enabling arenas unconditionally?
Looking at when this was flipped on by default back in early 2020, it looks like the main drawback is that the binary size increases a bit. This should be marginal though, and this flag will be deprecated and defaulted to true in future protobuf versions. Since you aren't using arenas, it basically just adds some dead generated code. |
Are there any outstanding issues? I don't seem to have permission to merge |
@mkruskal-google, no I was giving other folks a chance to review. I think we can proceed with the merge. |
Great, thanks Antonin!
…On Wed, Apr 21, 2021 at 5:20 PM Antonin Bas ***@***.***> wrote:
Merged #348 <#348> into main.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#348 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO6CNUZ3HGJVOFVM52DWCCTTJ5TWLANCNFSM43JGRPDQ>
.
|
This will be enabled by default in future versions, and is necessary to generate protobuf arena methods.