General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Core Dumped
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "How computer processors run conditions and loops" video.
One of the things I would add is that "modern" processors have had the ability to load immediate values from the stream of instructions for many decades. It's a significant improvement on data loading efficiency and that's how it should be modeled. Also, optimizing compilers would convert that addition in the code into a single value. Some will do it without optimizations turned on.
1