Most voted "bytecode" questions
Bytecode is the result of a process similar to that of source code compilers that is not immediately executable where it will be interpreted on a virtual machine, which will do the execution.
Learn more…6 questions
Sort by count of
-
18
votes2
answers9606
viewsHow to compile a PHP file?
Is there any way to transform PHP file into bytecode or something similar, and then execute it natively? I need some files on one system to be pre-compiled because of performance in some cases, and…
-
8
votes1
answer723
viewsCreating a Java Interpreter for android?
I am developing an android application where it will be possible to write a java code and run... something similar to the visualg. then I did something different than most tutorials on compilers and…
-
7
votes1
answer1523
viewsPython. pyc file function
If the Python language is interpreted, why are there . pyc files that are compiled bytecodes?
-
4
votes1
answer138
viewsNashorn Project, javascript + java?
I found the approach interesting after studying more deep bytecode instruction Invokedynamic. But I have doubts about design and practical use. The javac natively will understand the javascript…
-
3
votes1
answer697
viewsLoad the image bytecode in String and convert to Bitmap in Flash AS3
I need to load the image bytecodes inside a String and then convert to Bitmap. I am using the code below but without success: var urlLoader:URLLoader = new URLLoader(); urlLoader.load(new…
-
-8
votes1
answer591
viewshow to compile java application and generate your Bytecodes
I can’t compile my application from the prompt (cmd). Whenever I try, it gives some error. I think I’m doing it wrong because otherwise it would have worked.