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

cacheline demote to improve cache performance #17

Open
wants to merge 1 commit into
base: PHP-8.1.4
Choose a base branch
from

Conversation

wxue1
Copy link
Owner

@wxue1 wxue1 commented May 10, 2023

After the JITTed code is generated, cacheline demote would give a hint to hardware to push out the cache line that contains the linear address. This gets nearly 1% performance gain on our workload.

@wxue1 wxue1 force-pushed the cldemote_jit_protect_814_2 branch 8 times, most recently from 93246e1 to c69b476 Compare May 12, 2023 03:38
After the JITTed code is generated, cacheline demote would
give a hint to hardware to push out the cache line that
contains the linear address. This gets nearly 1% performance gain
on our workload.

Signed-off-by: Xue,Wang   <[email protected]>
Signed-off-by: Tao,Su     <[email protected]>
Signed-off-by: Hu,chen    <[email protected]>
@wxue1 wxue1 force-pushed the cldemote_jit_protect_814_2 branch from c69b476 to 42ec1bb Compare May 12, 2023 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant