• 0 Posts
  • 152 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • xthexder@l.sw0.comtoMemes@lemmy.mlMistakes
    link
    fedilink
    arrow-up
    2
    ·
    10 hours ago

    Interesting read.
    I think by all the same arguments, running raw machine code (not even assembly) is not a “low-level language” either by their definition.
    The branch prediction, instruction-level-parallelism, and cache behaviors all happen in hardware at a lower level than the programmer can control.

    All the talk about compiler optimizations seem irrelevant because you can still just turn them off and output simple machine code.

    I’m not really sure what the point of arguing the distinction is anyway? Any practical arguments would be much more specific about typical high-level features like garbage collection.