Since its inception, Microsoft Excel has changed how people organize, analyze, and visualize their data, providing a basis for decision-making for the flying billionaires heads up in the clouds who don’t give a fuck for life offtheline

  • qaz
    link
    fedilink
    English
    310 months ago

    The bytecode is turned into native code before execution

    • AatubeOP
      link
      fedilink
      -1
      edit-2
      10 months ago

      That’s not how it works. If that really was how it worked there’d be no point even having bytecode; you’d just straight up get the native code. Unless you’re talking about JIT, but your wording seems to be implying that all the bytecode turns into native code at once.

      • qaz
        link
        fedilink
        English
        4
        edit-2
        10 months ago

        I was referring to JIT but there are also other options like GraalVM for AOT compilation.