|
|
|
|
|
by bluGill
2744 days ago
|
|
PGO and JIT both use their information to change the machine code to suggest which branch is more likely. PGO and JIT also do a lot of other things that are unrelated to this discussion. Some of those things can have a much larger gain than branch prediction. |
|