|
|
|
|
|
by btilly
5002 days ago
|
|
Your argument is the same as the arguments that higher level arguments cannot be faster than assembly. In theory, any optimization available to a compiler is also available to an assembly programmer. In practice humans do not match automation. This has been demonstrated both in theory and practice for decades. There is no limit to the level of language that this argument could theoretically apply to. In practice the run-time guarantees and programmatic indirection that we demand in high level languages make the task insurmountable for current programs. But never underestimate what can happen with a good compiler and the right program. |
|