search for: mygl_static

Displaying 1 result from an estimated 1 matches for "mygl_static".

2013 Jun 25
2
[LLVMdev] vmkit variables internal representation
...and considering store i32 10691, i32* .... (into balance). Do you know how I can compile the code for preserving Q?  I have the commands: javac -Xlint -g -O Main.java ....vmjc Main .....j3 Main ......llvm-dis < Main.bc > Main_assembly For the global variables, I have : P = ({ i32, i32 }* @MYGL_static, i32 0, i32 1) balance = ({ i32, i32 }* @MYGL_static, i32 0, i32 0) Ok, in the bytecode there is no string "P", "balance" etc. I assume they are preserved in internal globals. The most interesting looks: @17 = internal global [82 x i32] [i32 0, i32 1179694, i32 47, i32 131118,...