码迷,mamicode.com
首页 > 其他好文 > 详细

[dpr]Extensible intraprocedural flow analysis at the abstract syntax tree level.

时间:2014-07-26 00:15:56      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:des   style   java   color   os   io   for   re   

Extensible intraprocedural flow analysis at the abstract syntax tree level.

By Emma Soderberg et al.

Abstract: In this paper, authors proposed an approach, which contains various flow analysis techniques including data flow, and control flow, at the abstract syntax tree level. The experimental results show that this approach provides concise analysis results for Java.

Useful Expressions: In this paper, following words and expressions are extracted for further reuse purpose:

  1. Declarative. 陈述的 e.g. Our approach is declarative, making use of reference attribute grammars augmented with circular attributes and collection attributes.
  2. Compact. 使紧密,压缩 e.g. Advantages include compact specification and modular support for language extensions, while giving sufficient performance for practical use.
  3. Reify. 实现,具体化 e.g. Higher-order attributes [24] are used for reifying entry and exit nodes in the control-flow graph as objects in the AST.

?

?

?

?

?

Introduction:

  1. This approach rely on a number of extensions to Knuth‘s original attribute grammars:
    1. Reference attribute: allow the control-flow edges to be represented as references between nodes in AST.
    2. Higher-order attribute: reifying entry and exit nodes in the control-flow graph as objects in the AST.

      *How to implement entry and exit nodes? Any limitations? Strength and weakness?

[dpr]Extensible intraprocedural flow analysis at the abstract syntax tree level.,布布扣,bubuko.com

[dpr]Extensible intraprocedural flow analysis at the abstract syntax tree level.

标签:des   style   java   color   os   io   for   re   

原文地址:http://www.cnblogs.com/csytangresearch/p/3868308.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!