←back to thread

125 points todsacerdoti | 1 comments | | HN request time: 0.202s | source
Show context
gwd ◴[] No.45038833[source]
Kind of weird that NOP actually slows down the pipeline, as I'd think that would be the easiest thing to optimize out of the pipeline, unless instruction fetch is one of the main limiting factors. Is it architecturally defined that NOP will slow down execution?
replies(5): >>45039006 #>>45039234 #>>45039381 #>>45039410 #>>45039488 #
1. pkhuong ◴[] No.45039410[source]
Yeah, just decode. But that's nice because the effect is independent of the backend's state.