What is the translation of " BYTECODE " in English?

Noun

Examples of using Bytecode in Indonesian and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Ecclesiastic category close
JVM menerjemahkan dan mengeksekusi bytecode Java.
JVM can only understand and execute Java bytecodes.
Kekurangan menggunakan bytecode adalah kecepatan eksekusi.
The disadvantage of using bytecodes is in execution speed.
Kenapa harus bersusah payah menambahkan satu layer bytecode interpreter?
Why go through all the trouble of adding this extra layer of the bytecode interpreter?
Bytecode adalah mesin independen dan mampu berjalan pada pada setiap mesin yang memilik Interpreter java.
The bytecode is machine independent and is able to run on any machine that has a Java interpreter.
Solidity ini disusun menjadi bytecode yang dapat dijalankan pada EVM.
Solidity is compiled to bytecode that is executable on the EVM.
People also translate
Perhatikan bahwa sebelum PHP 5.5,APC menyediakan kedua cache objek dan cache bytecode.
Note that prior to PHP 5.5,APC provides both an object cache and a bytecode cache.
Groovy secara dinamis di-compiled ke Java bytecode, dan dapat mulus diintegrasikan dengan semua library Java.
Groovy is dynamically compiled to Java bytecodes, therefore it seamlessly integrates with any Java library.
Ini adalah berorientasi objek multitasking bahasapemrograman yang compiler mengubah kode Putar menjadi bytecode.
It is a multitasking object-oriented programminglanguage whose compiler converts the Spin code into bytecodes.
Kompiler just-in- time( JIT) yang mengkompilasi bytecode ke kode mesin saat runtime diperkenalkan dari tahap awal.
Just-in-time(JIT) compilers that compile bytecodes to machine code during runtime were introduced from an early stage.
Ide bytecode tidak baru-- para programmer telah selalu mencoba membuat kode mereka bisa dijalankan di sebanyak mungkin mesin.
The bytecode idea is not new-- programmers have always tried to make their code run on as many machines as possible.
Mesin virtual kemudian memanggil metode main(), dengan menafsirkan bytecode disimpan di method area.
The virtual machine then invokes the main() method, by interpreting the bytecodes stored in the method area.
Program Java dikompilasi menjadi bytecode, dan berjalan di sebagian besar sistem operasi termasuk Windows, Linux, dan Mac OS.
Java programs are compiled into bytecode, and it runs on most operating systems including Windows, Linux, and Mac OS.
Sama seperti Anda tidak dapat secara eksplisit gratis obyek dalam kode sumber Java,Anda tidak bisa secara eksplisit gratis obyek di bytecode Java.
Just as you can't explicitly free an object in Java source code,you can't explicitly free an object in Java bytecodes.
Bytecode verifier bertugas untuk menguji format dari fragment kode dan memeriksa kodel ilegal dari fragment kode yang dapat melanggar hak akses ke objek.
The Bytecode Verifier inspects fragments of code for illegal code that can bypass access.
Just-In- Time( JIT)Compiler Suatu compiler yang mengkonversi semua bytecode ke dalam kode mesin asli sama halnya program Java dijalankan.
Just-in-time(JIT) is a compiler that converts all of the bytecode into native machine code just as a Java program is run.
Selain itu, Anda juga tidak dapat mentransmisikan bilangan bulat Java ke dalam referensiobjek atau mengakses memori pribadi dengan merusak bytecode Java.
That you can't cast a Java integer into an object reference oraccess private memory by corrupting Java bytecodes.
Sumber Code dapat dikompilasi menjadi bytecode, sehingga eksekusi file yang sama akan lebih cepat, jika script akan dieksekusi lagi.
The source code is compiled into bytecode, so that executing the same file will be faster, if the script will be executed again.
Penyebanya yaitu tiap-tiap system operasi memakai programnya sendiri-sendiri( yang bisa didownload dari website Java)untuk menginterpretasikan bytecode itu.
The reason is that each operating system uses its own program(which can be downloaded from the Java site)to interpret the bytecode.
Bytecode verifier bertugas untuk menguji format dari fragment kode dan memeriksa kodel ilegal dari fragment kode yang dapat melanggar hak akses ke objek.
The bytecode verifier checks the code fragments for illegal code that can violate access right to objects.
Dengan Java, program hanya perlu dikompilasi sekali, dan bytecode yang dihasilkan oleh Java compiler dapat berjalan pada platform apapun.
With Java,the program need only be compiled once, and the bytecode generated by the Java compiler can run on any platform.
Penggunaan bytecode sebagai perantara bahasa yang memungkinkan program Java untuk berjalan pada platform apapun yang memiliki mesin virtual yang tersedia.
The use of bytecode as an intermediate language permits Java programs to run on any platform that has a virtual machine available.
Paragraf berikut menggambarkan bagaimana sebuahimplementasi bisa mengeksekusi instruksi pertama dalam bytecode untuk metode main() dari aplikasi Volcano.
The following paragraphs describe how animplementation might execute the first instruction in the bytecodes for the main() method of the Volcano application.
The bytecode sama sekali tidak peduli apa platform Anda, asalkan Anda menggunakan Java Virtual Machine( JVM) terinstall didalamnya.
The bytecode is the same no matter what platform you are on, provided that you are using Java Virtual Machine(JVM) which is platform dependent in nature.
Penyebabnya adalah setiap sistem operasi menggunakan programnya sendiri- sendiri( yang dapat diunduh dari situs Java)untuk meninterpretasikan bytecode tersebut.
The reason is that each operating system uses its own program(which can be downloaded from the Java site)to interpret the bytecode.
Bytecode adalah mesin-independen dan dapat berjalan pada mesin yang memiliki interpreter Java, yang merupakan bagian dari Java Virtual Machine( JVM).
The bytecode is machine-independent and can run on any machine that has a Java interpreter, which is part of the Java Virtual Machine(JVM).
Proyek Opensource HHVM 8211 yang dipimpin oleh Facebook,ini membutuhkan PHP dan menyusunnya menjadi bytecode yang pada gilirannya akan diterjemahkan ke dalam kode mesin x64 dan berjalan sangat cepat.
HHVM- Opensource project led by Facebook,this takes PHP and compiles it to bytecode that in turn gets translated into x64 machine code and runs really fast.
CLR menjalankan sebuah bentuk bytecode yang disebut dengan Microsoft Intermediate Language( MSIL), yang merupakan implementasi Microsoft terhadap Common Intermediate Language( CIL).
The CLR runs a form of bytecode called the Microsoft Intermediate Language(MSIL), Microsoft's implementation of the Common Intermediate Language.
Symfony bertujuan untuk mempercepat pembuatan dan pemeliharaan aplikasi web dan untuk mengganti tugas pengkodean berulang sambilmenggunakan overhead kinerja rendah yang digunakan dengan cache bytecode.
Symfony aims to speed up the creation and maintenance of web applications and to replace repetitive codingtasks while using a low-performance overhead used with a bytecode cache.
Sebuah JVM dapat menginterpretasikan bytecode satu instruksi pada satu waktu atau bytecode dapat dikompilasi lebih lanjut untuk mikroprosesor yang sebenarnya menggunakan apa yang disebut kompilator just-in- time.
A JVM can either interpret the bytecode one instruction at a time or the bytecode can be compiled further for the real microprocessor using what is called a just-in-time compiler.
Results: 29, Time: 0.0229

Top dictionary queries

Indonesian - English