chkno

joined 2 years ago
[–] chkno@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (1 children)
[–] chkno@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (1 children)

Any sane compiler will simplify this into

    function cosmicRayDetector() {
      while(true) {
      }
    }

C++ may further 'simplify' this into

    function cosmicRayDetector() {
      return
    }
view more: ‹ prev next ›