Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 10 days agoSimple Optimization Tricklemmy.zipimagemessage-square4linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageSimple Optimization Tricklemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 10 days agomessage-square4linkfedilink
minus-squareHugeNerd@lemmy.calinkfedilinkarrow-up0·9 days agoHave you seen the insane complexity of modern CPUs? Ain’t no one hand coding that like a 6502 in 1985.
minus-squareskuzz@discuss.tchncs.delinkfedilinkarrow-up1·9 days agoEven if one did, say using x86, it would still just be interpreted by the CPU into the CPU’s native opcodes, as the legacy instruction sets are interpreted/translated.
Have you seen the insane complexity of modern CPUs? Ain’t no one hand coding that like a 6502 in 1985.
Even if one did, say using x86, it would still just be interpreted by the CPU into the CPU’s native opcodes, as the legacy instruction sets are interpreted/translated.