bytecode
Scala: using reflection to discover your inner objects (and desires)?
Is there a way to at runtime discover objects declared inside an outer object? The Java Class methods getClasses and getDeclaredClasses both return empty arrays.[详细]
2023-03-26 04:58 分类:问答Compile to byte code takes up too much memory
I need to import a very large dictionary into python and I\'m running into some unexpected memory bottlenecks. The dictionary has the form,[详细]
2023-03-24 02:56 分类:问答Could I add the comments to my java class with the BCEL?
1.Could I add the comments to my existing java class with the BCEL? 2.Could I add the comments to my newly manually generated java class with t开发者_JAVA技巧he BCEL?BCEL manipulates byte code.Byte co[详细]
2023-03-23 05:18 分类:问答Java-based interpreter for JavaScript
As a project in school i have to make a JavaScript interpreter. (Everything incl. the entire backend has to be made by me).[详细]
2023-03-23 03:16 分类:问答Bytecode features not available in the Java language
Are ther开发者_如何学Goe currently (Java 6) things you can do in Java bytecode that you can\'t do from within the Java language?[详细]
2023-03-23 02:32 分类:问答Java compiled on 32-bit OS runtime issues on 64-bit OS
Are there known issues with running a Java application compiled in a 32-bit machine and run 开发者_如何学Pythonon a 64-bit machine?The byte code generated by a 32-bit JDK is identical to the byte code[详细]
2023-03-22 20:57 分类:问答ASM - How can I convert Java class name from Java bytecode name?
I\'m using ASM (a bytecode mo开发者_StackOverflow中文版dification library) and it provides access to type names in the bytecode naming format, for example a String field is reported to have the descri[详细]
2023-03-22 11:05 分类:问答Converting Abstract Syntax Tree to Byte code
I am trying to learn to build a simple compiler as a hobby. I am targeting the Java virtual machine.[详细]
2023-03-21 07:09 分类:问答Jasmin Assembler VerifyError : Expecting to find object/array on stack
I get this error after \"java testphase\": C:\\jasmin-2.4>java testphase Exception in thread \"main\" java.lang.VerifyError:[详细]
2023-03-21 01:04 分类:问答What is the precedence of python compiled files in imports?
Python files are compiled to bytecode (*.pyc). Using Cython you can compile them to machine code (*.so in Linux).[详细]
2023-03-17 23:07 分类:问答