|
|
|
|
|
by nlh
72 days ago
|
|
I'm guessing a lot of similar debates were had in the 1970s when we first started compiling C to Assembly, and I wonder if the outcome will be the same. (BTW: I was not around then, so if I'm guessing wrong here please correct me!) Over time compilers have gotten better and we're now at the point where we trust them enough that we don't need to review the Assembly or machine code for cleanliness, optimization, etc. And in fact we've even moved at least one abstraction layer up. Are there mission-critical inner loops in systems these days that DO need hand-written C or Assembly? Sure. Does that matter for 99% of software projects? Negative. I'm extrapolating that AI-generated code will follow the same path. |
|