siriusmart@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agothe hardest exam questionlemmy.mlimagemessage-square121linkfedilinkarrow-up1122arrow-down13
arrow-up1119arrow-down1imagethe hardest exam questionlemmy.mlsiriusmart@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agomessage-square121linkfedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up1·2 years agoAre you referring to AOT compilation specifically? JavaScript in V8 is JIT compiled if it’s “hot” (executed enough that the cost of JIT compilation is less than the cost of continuing to run it in interpreted mode).
Are you referring to AOT compilation specifically? JavaScript in V8 is JIT compiled if it’s “hot” (executed enough that the cost of JIT compilation is less than the cost of continuing to run it in interpreted mode).