-
Notifications
You must be signed in to change notification settings - Fork 851
TS-4402: Fixes some config "Int" types to "Byte" types. #953
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
Conversation
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/662/ for details. |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/557/ for details. |
|
I have an update to this coming momentarily. :) |
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/666/ for details. |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/561/ for details. |
|
This looks OK to me. Consider your commit subjects read 👍 |
|
@jpeach what do you mean ? The : ? |
|
Fwiw, I did compare before and after, and things definitely improved. Not a ton, but noticeable, I think we got rid of 3 cache lines in total across both structs. |
|
Yep the |
|
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/671/ for details. |
|
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/566/ for details. |
…ead (apache#953) Add event handling for VC_EVENT_EOS in HttpSM::state_common_wait_for_transform_read. Otherwise the handler crashes with an assertion due to the unexpected event. This is a similar patch to apache#948.
This also makes some reordering of the Byte types to be consistent.