-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Use clang to build release binary. #4158
Comments
Note that we'd need to use gcc on CentOS (assuming we want to provide release binaries for it). |
We don't provide binaries for CentOS today so I don't think we would start doing so unless someone in the community wants to properly resource CentOS support independently. |
@mattklein123 We are planning to introduce Envoy across our entire system and CentOS support is an absolute "must" for us. We are running our entire system on it and having everything re-certified with a different OS is just too expensive and time consuming. I personally don't object the switch to clang as long as the current build for CentOS stays there. |
From the original PR:
The problem was mitigated by #4117, which reduced number of preallocated elements in the
LcTrie
, though the difference in performance still exists (due to unpackedLcNode
).cc @mattklein123 @htuch @alyssawilk @lizan
The text was updated successfully, but these errors were encountered: