more features
[nestedvm.git] / src / org / ibex / nestedvm / ClassFileCompiler.java
index 2f5b609..2dec150 100644 (file)
@@ -7,6 +7,7 @@ import org.ibex.nestedvm.util.*;
 
 import org.apache.bcel.generic.*;
 
+// FEATURE: Use IINC where possible
 // FEATURE: Use BCEL to do peephole optimization
 // FEATURE: Special mode to support single-precision only - regs are floats not ints