Displaying 2 results from an estimated 2 matches for "d9444842".
2013 Jun 26
0
[LLVMdev] vmkit variables internal representation
Hi Alexandru,
The Java bytecode does not give and use the name of the local variables. We
can find them in an attribute used for debugging, but currently, vmkit do
not use this attribute. It means that the llvm bitcode that vmjc emit does
not contain these names. Finding local variables names could be useful, but
we don't plane to implement this feature for the moment... If you are
2013 Jun 26
2
[LLVMdev] vmkit variables internal representation
Yes ! Thank you a lot :)
It seems vmkit bytecode is quite close to the classic LLVM, but still adaptations to the passes have to be done
________________________________
From: Tim Northover <t.p.northover at gmail.com>
To: Alexandru Ionut Diaconescu <cyrusthevirus001x at yahoo.com>
Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu>
Sent: Wednesday, June 26,