Comment on Intel's Core Ultra 2 Chip Posts Nearly 24-Hour Battery Life in Lunar LakeparentComments−noncoml1y"is like asking which syntax (letters) is faster - syntax of Rust, Java or C++"Language syntax does affect the speed of the parser−tester7561yCorrect, but I meant the performance of generated program.−noncoml1yI got that, but it's not a good analogy. It's the parser that is to the language what the CPU is to the instruction set−tester7561yI see your point, but isn't decoder part of implementation for ISA just like compiler, runtime/vm, stdlib and more... are for programming language?−noncoml1yYeah, I guess neither of them is a great analogy
Comments
"is like asking which syntax (letters) is faster - syntax of Rust, Java or C++"
Language syntax does affect the speed of the parser
Correct, but I meant the performance of generated program.
I got that, but it's not a good analogy. It's the parser that is to the language what the CPU is to the instruction set
I see your point, but isn't decoder part of implementation for ISA just like compiler, runtime/vm, stdlib and more... are for programming language?
Yeah, I guess neither of them is a great analogy