-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
v: some branch prediction adjusts #22848
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.
Excellent work.
Note that compiling with I am not convinced that doing that, and then reordering code around, just to improve that particular mode is good 🤔 , except perhaps for tcc builds (which also does not do optimizations). |
This PR aims improve performance by doing branch prediction adjusts.
Reduced 26.004.738 (Bcm) to 25.334.846 (Bcm) on
v -o cmd.c cmd/v
Bcm = branch predictor misses
Huly®: V_0.6-21293