byte code wikipedia - EAS

10,100,000 kết quả
  1. Bytecode, also termed p-code, is a form of instruction set designed for efficient execution by a software interpreter.
    en.wikipedia.org/wiki/Bytecode
    Mục này có hữu ích không?
  2. Mọi người cũng hỏi
    What is bytecode?
    Bytecode, also termed p-code, is a form of instruction set designed for efficient execution by a software interpreter.
    en.wikipedia.org/wiki/Bytecode
    How portable is a bytecode interpreter?
    This kind of bytecode interpreter is very portable. Some systems, called dynamic translators, or just-in-time (JIT) compilers, translate bytecode into machine code as necessary at runtime. This makes the virtual machine hardware-specific but does not lose the portability of the bytecode.
    en.wikipedia.org/wiki/Bytecode
    Does a Java programmer need to know Java bytecode?
    A Java programmer does not need to be aware of or understand Java bytecode at all. However, as suggested in the IBM developerWorks journal, "Understanding bytecode and what bytecode is likely to be generated by a Java compiler helps the Java programmer in the same way that knowledge of assembly helps the C or C++ programmer.".
    en.wikipedia.org/wiki/Java_bytecode
    How do you execute Java bytecode on a virtual machine?
    If executing Java bytecode in a Java virtual machine is undesirable, a developer can also compile Java source code or bytecode directly to native machine code with tools such as the GNU Compiler for Java (GCJ). Some processors can execute Java bytecode natively.
    en.wikipedia.org/wiki/Java_bytecode
  3. Xem thêm
    Xem tất cả trên Wikipedia

    Bytecode - Wikipedia

    https://en.wikipedia.org/wiki/Bytecode

    Bytecode, also termed p-code, is a form of instruction set designed for efficient execution by a software interpreter. Unlike human-readable source code, bytecodes are compact numeric codes, constants, and references (normally numeric addresses) that encode the result of compiler parsing and

     ...

    Xem thêm

    A bytecode program may be executed by parsing and directly executing the instructions, one at a time. This kind of bytecode interpreter is very portable. Some systems, called dynamic translators, or just-in-time

     ...

    Xem thêm

    ActionScript executes in the ActionScript Virtual Machine (AVM), which is part of Flash Player and AIR. ActionScript code is typically transformed into bytecode format by a

     ...

    Xem thêm
    Văn bản Wikipedia theo giấy phép CC-BY-SA
    Mục này có hữu ích không?Cảm ơn! Cung cấp thêm phản hồi
  4. Java bytecode - Wikipedia

    https://en.wikipedia.org/wiki/Java_bytecode

    The most common language targeting Java virtual machine by producing Java bytecode is Java. Originally only one compiler existed, the javac compiler from Sun Microsystems, which compiles Java source code to Java bytecode; but because all the specifications for Java bytecode are now available, other parties have supplied compilers that produce Java bytecode. Examples of other compilers include:

    Wikipedia · Nội dung trong CC-BY-SA giấy phép
  5. Mã byte Java – Wikipedia tiếng Việt

    https://vi.wikipedia.org/wiki/Mã_byte_Java

    AdaptJ StackTrace – bytecode level debugging with a full control of the stack, the local variables, and the execution flow. Java Class Unpacker – plugin for Total Commander, it lets open class files as compressed archives and see fields and methods as files. The bytecode can be viewed as text using F3. x. t. s.

    • Thời gian đọc ước tính: 1 phút
    • Bytecode — Wikipédia

      https://fr.wikipedia.org/wiki/Bytecode

      En informatique, le bytecode (terme anglais signifiant « code en bytes ») est un code intermédiaire entre les instructions machines et le code source, qui n'est pas directement exécutable. Le bytecode (également appelé code portable ou p-code) peut être créé à la volée et résider en mémoire ( compilation à la volée, JIT en anglais) ou bien résider ...

      • Thời gian đọc ước tính: 3 phút
      • Bytecode – Wikipedia

        https://de.wikipedia.org/wiki/Bytecode
        • Die virtuelle Maschine – im Fall von Java die Java Virtual Machine (JVM) – führt dann dieses Zwischenergebnis aus, indem sie zur Laufzeit den Bytecode entweder in Maschinensprache für den jeweiligen Prozessor übersetzt (Just-in-time-Kompilierung) oder entsprechende Maschinencode-Routinen ausführt (Interpreter). Dabei muss die virtuelle Maschine für jede Rech…
        Xem thêm trên de.wikipedia.org
        • Thời gian đọc ước tính: 5 phút
        • Byte-code - Wikipedia, den frie encyklopædi

          https://da.wikipedia.org/wiki/Byte-code

          Fra Wikipedia, den frie encyklopædi. Spring til navigation Spring til søgning. Byte-Code, også kendt som p-code ( portable code ), er et instruktionssæt, til en fortolker (engelsk: interpreter ). Det er i modsætning til menneske-læsbar kildekode, kompakte talkoder, konstanter, og referencer (normalt numeriske adresser), der encoder resultatet af ...

          • Thời gian đọc ước tính: 50 giây
          • Bytecode - Wikipedia

            https://it.wikipedia.org/wiki/Bytecode

            In informatica, il bytecode è un linguaggio intermedio più astratto tra il linguaggio macchina e il linguaggio di programmazione, usato per descrivere le operazioni che costituiscono un programma. È così chiamato perché spesso le operazioni hanno un codice che occupa un solo byte, anche se la lunghezza dell'intera istruzione può variare perché ogni operazione ha un …

            • Thời gian đọc ước tính: 4 phút
            • Bytecode Java — Wikipédia

              https://fr.wikipedia.org/wiki/Bytecode_Java
              • Le bytecode est un code binaire, ce qui permet un traitement plus rapide que le code source Java, et qui rassemble (compile) tous les codes dispersés dans différents fichiers lors de l'écriture du programme.
              Xem thêm trên fr.wikipedia.org
              • Thời gian đọc ước tính: 4 phút


              Results by Google, Bing, Duck, Youtube, HotaVN