Çevirisini yaptığı koda "bytecode" deniyor.
This "abstraction of machine code" is called bytecode.
Bu arakod genelde bytecode olarak adlandırılır.
Statik olarak yazılmış bir programlama dili olması ve bytecode ile derlenmesi planlanmaktadır.
It is planned to be a statically-typed programming language, compiled to bytecode.
Bununla birlikte, akıllı derleyeciler, iyi ayarlanmış interpreterlar, ve just-in-time bytecode derleyeciler performansı biraz daha arttırarak native koddan elde edilen başarıya yakın bir değer yakalayabilir.
However, smart compilers, well-tuned interpreters, and just-in-time bytecode compilers can bring performance close to that of native code without threatening portability.
Akıllı sözleşmeye özgü programlama dilleri ile yazılmış sözleşmeler, 'ethereum virtual machine' (EVM) olarak adlandırılan bir özelliği okuyup yürütebilen 'bytecode' içine derlenir.
Contracts written in a smart contract-specific programming languages are compiled into 'bytecode', which a feature called the 'ethereum virtual machine' (EVM) can read and execute.
CLI kriterlerine uyan herhangi bir programlama dili, ortak bir sınıf kütüphanesine erişebilir ve ortak bir ara dile (bytecode) derlenebilir.
Any programming language that conforms to CLI criteria can access a common class library and can be compiled into a common intermediate language (bytecode).
Böyle bir sözleşme yaratma işleminin yükü EVM bytecode olarak alınır ve çalıştırılır.
The payload of such a contract creation transaction is taken to be EVM bytecode and executed.
Bir JVM'in bir objeyi deserialize edebilmesi için, bu class için bytecode dosyasını bulabilmesi lazım.
For a JVM to be able to deserialize an object, it must be able to find the bytecode for the class.
Bir kez bytecode ile derlendikten sonra Java programları değiştirilemez.
Once compiled to bytecode, Java programs cannot be modified.
Elde edilen bytecode, yaratma işleminin veya 'CREATE' opcode verilerinin verileriyle karşılaştırılır.
The resulting bytecode is compared to the data of the creation transaction or CREATE opcode data.
Bu nedenle, Java uygulamaları genellikle bytecode ile derlenir.
Hence, Java applications are typically compiled to bytecode.
Akıllı sözleşmeye özgü programlama dillerinde yazılan sözleşmeler, 'Ethereum Sanal Makinesi' (EVM) adlı bir özelliğin okuyabileceği ve uygulayabileceği 'bytecode' olarak derlenir.
Contracts written in a smart contract-specific programming languages are compiled into 'bytecode', which a feature called the 'ethereum virtual machine' (EVM) can read and execute.
Java bytecode da Dalvik VM tarafından kullanılan alternatif bir komut kümesine dönüştürülür.
Java bytecode is also converted into an alternative instruction set used by the Dalvik VM.