¡@

Home 

java Programming Glossary: if_icmpge

Fastest way to iterate in Java

http://stackoverflow.com/questions/1006395/fastest-way-to-iterate-in-java

4 istore_2 5 iconst_0 6 istore_3 7 iload_3 8 iload_2 9 if_icmpge 31 12 aload_1 13 iload_3 14 aaload 15 astore 4 17 getstatic.. 0 iconst_0 1 istore_1 2 iload_1 3 aload_0 4 arraylength 5 if_icmpge 23 8 getstatic #2 Field java lang System.out Ljava io PrintStream..

Why does this go into an infinite loop?

http://stackoverflow.com/questions/3831341/why-does-this-go-into-an-infinite-loop

Code 0 iconst_0 1 istore_1 2 iload_1 3 iconst_3 4 if_icmpge 22 7 iload_1 8 iinc 1 1 11 istore_1 12 getstatic #2 Field java..

Why are compiled Java class files smaller than C compiled files?

http://stackoverflow.com/questions/4838221/why-are-compiled-java-class-files-smaller-than-c-compiled-files

lo 0 2 iconst_1 3 istore_1 hi 1 4 iload_1 5 sipush 10000 8 if_icmpge 26 while hi 10000 11 iload_1 12 iload_0 13 iadd 14 istore_1..

for loop optimization

http://stackoverflow.com/questions/6093537/for-loop-optimization

#4 1 InterfaceMethod java util List.size I 17 if_icmpge 34 20 getstatic #5 Field java lang System.out Ljava io PrintStream.. istore_2 15 iconst_0 16 istore_3 17 iload_3 18 iload_2 19 if_icmpge 36 22 getstatic #5 Field java lang System.out Ljava io PrintStream..

Accessing Java static final ivar value through reflection

http://stackoverflow.com/questions/850148/accessing-java-static-final-ivar-value-through-reflection

istore 5 23 iconst_0 24 istore 6 26 iload 6 28 iload 5 30 if_icmpge 90 33 aload 4 35 iload 6 37 aaload 38 astore 7 40 aload 7 42..