java provides portability and safety at the price of efficiency. Many solutions have been proposed to overcome the lack of efficiency, but most of them lose either portability or the ability to dynamically load byteco...
详细信息
java provides portability and safety at the price of efficiency. Many solutions have been proposed to overcome the lack of efficiency, but most of them lose either portability or the ability to dynamically load bytecode. The authors present a solution that reconciles all these factors. Harissa is an efficient environment for the execution of java programs that permits mixing compiled and interpreted methods. Harissa's compiler translates java bytecode to C, incorporating several aggressive optimizations an outperforming JIT systems by a factor of two or more.
暂无评论