Optimizing Grid Services on Byte Code Specialization

Hongyan Mao,Linpeng Huang,Yongqiang Sun
2004-01-01
Abstract:ASTRACT Grid technique makes all the services available in distributed and heterogeneous environments and most grid computing are based on Java language due to its platform independence. Meanwhile the interpreted feature influences the service efficiency. In order to improve the performance of services, we propose a novel approach built on Byte Code Specialization (BCS) to optimize Grid services. BCS is a specializa- tion technique that automatically transforms generic programs into specific realization. In this paper, the partial evaluator Jmix is constructs based on BCS, and the syntax and semantic of byte code instruction sequences are given. The experiments results show that BCS can reduce the length of byte code program and improve the running performance.
What problem does this paper attempt to address?