are fetched from memory (because the subroutine instructions should be in the order of execution instead).
Is that why that goto instruction is not recommended to be used ? (From low level perspective)
I know that the computer will have a harder time when it deals with subroutine calls (because of successive use of call stack).
The pipeline can predict branch
So goto has no side effect on the pipeline ?
If pipeline predict good
Обсуждают сегодня