期刊文献+
共找到3篇文章
< 1 >
每页显示 20 50 100
Pattern Specialization Based on Partial Evaluation
1
作者 毛宏燕 黄林鹏 李明禄 《Journal of Shanghai Jiaotong university(Science)》 EI 2007年第5期633-638,共6页
Design pattern enables software architecture generality and reusability, but which depresses the high performance. The pattern specialization was built on partial evaluation technology to reduce the overheads of desig... Design pattern enables software architecture generality and reusability, but which depresses the high performance. The pattern specialization was built on partial evaluation technology to reduce the overheads of design pattern. The design patterns were classified to extract the common features, and the corresponding pattern specializations were constructed. In the pattern specialization, the optimization opportunities were identified, and the specialization methods and conditions were described. The syntax of binding time analysis was defined, and the semantic depicted the invariant of usage context. The virtual invocation and dispatch were eliminated, which enhances the running efficiency. This pattern specialization is a high-level specialization for improving the performance of software aimed at design level that is orthogonal with the low-level code optimization. 展开更多
关键词 design pattern pattern specialization partial evaluation specialization declaration binding time analysis
在线阅读 下载PDF
An Action Analysis for Combining Partial Evaluation
2
作者 廖湖声 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第2期196-200,F003,共6页
This paper proposes an action analysis for implementing combining partial evaluation efficiently. By analyzing the results of binding time analysis, on erations, which should be used in the combining partial evaluatio... This paper proposes an action analysis for implementing combining partial evaluation efficiently. By analyzing the results of binding time analysis, on erations, which should be used in the combining partial evaluation, are determined in advance, so that the computation in the combination of specialized programs is reduced effectively. 展开更多
关键词 partial evaluation program static analysis binding time analysis
原文传递
A Partial Evaluator for A Parallel Lambda Language
3
作者 旷海蓉 孙永强 林凯 《Journal of Computer Science & Technology》 SCIE EI CSCD 1997年第5期441-457,共17页
This paper describes theoretical and practical aspects of a partial evaluator that treats a parallel lambda language. The parallel language presented is a combination of lambda calculus and message passing communicati... This paper describes theoretical and practical aspects of a partial evaluator that treats a parallel lambda language. The parallel language presented is a combination of lambda calculus and message passing communication mechanism. This parallel language can be used to write a programming language's denotational semantics which extracts the parallelism in the program. From this denotational definition of the programming language, the partial evaluator can generate parallel compiler of the language by self application.The key technique of partial evaluation is binding time analysis that determines in advance which parts of the source program can be evaluated during partial evaluation, and which parts cannot. A binding time analysis is described based upon type inference. A new type chcode is introduced into the type system, which denotes the type of those expressions containing residual channel operations. A well-formedness criterion is given which ensures that partial evaluation not only doesn't commit type errors but also doesn't change the sequence of channel operations. Before binding time analysis, channel analysis is used to analyze the communication relationship between send and receive processes. 展开更多
关键词 Partial evaluation binding time analysis parallel lambda language
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部