首页 > 代码库 > [dpr]Extensible intraprocedural flow analysis at the abstract syntax tree level.
[dpr]Extensible intraprocedural flow analysis at the abstract syntax tree level.
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:
- Declarative. 陈述的 e.g. Our approach is declarative, making use of reference attribute grammars augmented with circular attributes and collection attributes.
- Compact. 使紧密,压缩 e.g. Advantages include compact specification and modular support for language extensions, while giving sufficient performance for practical use.
- 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:
- This approach rely on a number of extensions to Knuth‘s original attribute grammars:
- Reference attribute: allow the control-flow edges to be represented as references between nodes in AST.
- 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?
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。