▲ | Maken 6 days ago | |
And yet, we are still using handwritten assembly for hot code paths. All these abstraction layers would need to be porous enough to allow per-device specific code. | ||
▲ | pizza234 6 days ago | parent [-] | |
> And yet, we are still using handwritten assembly for hot code paths This is actually a win. It implies that abstractions have a negligible (that is, existing but so small that can be ignored) cost for anything other than small parts of the codebase. |