摘要
1.引言关于可移动的程序代码的研究起源于异构网络环境的需求。象Scheme,Tcl和Telescript这样的解释型语言都在一定程度上支持程序代码的可移动性。和移动代理的迁移所不同的是,可移动代码只是程序代码的迁移而不是运行程序(包括程序代码、数据以及运行状态)的移动。最为我们所熟悉和使用的可移动代码当然是由Sun微系统公司开发的Java语言了。Ja-
Partial evaluation provides a unifying paradigm for a broad spectrum of work in program op-timization, compiling, interpretation and the generating of automatic program generators. To improve the performance of mobile codes system, we use the partial evaluation technique to specialize the mobile code in the server, which can speed up the running of the mobile code in clients and decrease the communication quantity in the network.
出处
《计算机科学》
CSCD
北大核心
2000年第1期18-20,共3页
Computer Science
关键词
程序语言
可移动代码
优化
程序代码
Mobile code, Partial evaluation, Program optimization