|
|
|
|
|
by codedokode
1103 days ago
|
|
> you need to track the possibility of a branch at every single arithmetic operation Every memory access can cause a trap, but CPUs seem to have no problem about it. The branch is very unlikely and can always be predicted as "not taken". |
|