logoalt Hacker News

AbstractH24last Sunday at 4:11 PM2 repliesview on HN

So we can all only succeed if we know how CPUs handle individual instructions?


Replies

Wowfunhappylast Sunday at 4:45 PM

I'm not sure whether I agree with GP, but I think you may be misinterpreting their point. I can have an understanding of CPUs in general without knowing individual instructions, and I do think knowing about things like CPU cache is useful even when writing e.g. Python.

show 3 replies
monocasalast Sunday at 9:50 PM

There's generally a pretty quick falloff of how much help knowledge of each layer under you generally provides as you go deeper.

That being said, if you're writing in C, having a pretty good idea of how a cpu generally executes instructions is pretty key to success I'd say.

show 1 reply