Practicals & Theses
list of practicals and theses at the Cyber-Physical Systems Group
Details for Java bytecode optimizer
The standard Java compiler (javac) performs no optimization at all. Optimization is postboned to the JIT compiler. For a Java processor (or an interpreting JVM) this is not an optimal solution. The idea is to implement standard compiler optimizations and processor specific optimizations at the bytecode level. See: JVM Specification, Byte Code Engineering Library and ASM
Supervisors
Privatdoz. Dipl.-Ing. Dr.techn. Martin SCHÖBERL
(main responsibility)
E-Mail:
Homepage:
https://ti.tuwien.ac.at/rts/people/schoeberl
Types
Praktikum, Seminar