Hacker News new | ask | show | jobs
by AnimalMuppet 2247 days ago
Two things are both true.

1. Processors no longer look all that much like C's idea of what a processor is.

2. Processors are optimized to be able to execute C code very well. But an optimizing compiler can make it much better.

There's a fair amount of magic in compilers to make this work.