bytecode
What is the variance of java .class files across different compilers, versions, dependencies?
Hi I was wondering how much Java class files change across different compilers. So how much do the actual bytes change if a .java files is compiled by say a Sun JDK 1.4, 1.5 1.6 or even IBM JDK. I kno[详细]
2023-02-20 08:36 分类:问答Stack(s), Registers in ActionScript ByteCode AVM2, which all are there?
From the AVM2 Overview PDF I encountered references to two types of stacks - Scope Stack and Operand Stack.[详细]
2023-02-20 02:21 分类:问答how to calculate the count parameter to call an interface method in java?
I\'m using javassist and I generate interfaces and other stuff at loadtime/runtime. To call an interface\'s method (with the bytecode invokeinterface) we have to provide several parameters: indexbyte[详细]
2023-02-19 23:19 分类:问答Access bytecode created by Scala REPL
Is there any way to access the bytecode produced by开发者_JAVA百科 REPL (i.e. the line of Scala you just typed and executed in REPL).[详细]
2023-02-19 20:18 分类:问答Any tool to debug ActionScript ByteCode? Would like to observe registers, stacks
So when running a SWF, is there a way to step through line by line of ABC code and observe registers, stacks? C开发者_开发技巧ould I at least print it to screen or log it?What you want can be done by[详细]
2023-02-19 06:39 分类:问答Writing llvm byte code
I have just discovered LLVM and don\'t know much about it yet. I have been trying it out using llvm in browser. I can see that any C code I write is converted to LLVM byte code which is then converted[详细]
2023-02-19 04:55 分类:问答Why are there 4 separate bytecodes for executing static/virtual/interface/special methods when one would suffice?
Since each method call includes the target method signature it seems to me that the class verifying step could tell by analysing the target whether its invoking a static, virtual etc and do the right[详细]
2023-02-17 01:56 分类:问答What is the size of a program using LLVM/CLANG for a custom bytecode VM?
I\'m evaluating different possibilities for a custom VM, and I left out LLVM from another question. Since I\'m still working on the evaluation of embedded language VMs I can\'t test/check this myself[详细]
2023-02-16 04:04 分类:问答Create simple POJO classes (bytecode) at runtime (dynamically)
I\'ve the following scenario.. I am writing some tool that run user-entered query against the database and return the result..[详细]
2023-02-15 00:47 分类:问答Java (or bytecode) AST generators available so that I can run a couple of Visitors on top of its result?
I am looking for a tool that\'ll take either a .java source code file, or .class or .jar and parses it, generating an AST(abstract syntax tree), so I can play with it. I intend to create a couple of V[详细]
2023-02-14 20:30 分类:问答