logoalt Hacker News

anal_reactortoday at 7:46 AM1 replyview on HN

Why does it only appear on arm64 and not x86?


Replies

adrian_btoday at 8:14 AM

It was not architecture-related. Not using huge pages also reproduced the regression on x86.

I do not know why using huge pages mitigates the regression, but it could be just because when the application uses huge pages it uses spinlocks much less frequently so the additional delays do not accumulate enough to cause a significant performance reduction.

show 1 reply