Data/control flow analysis [message #632324] |
Tue, 12 October 2010 10:46 |
Alexander Lamaison Messages: 3 Registered: July 2009 |
Junior Member |
|
|
I'm researching type inference for Python and considering using DLTK as a base to build upon. My first question is does DLTK provide any facilities for data and control flow analysis or would I have to cook this up from scratch?
Specifically, I need to transform the code into SSA form and then perform dominator analysis on it. While I don't expect DLTK to be able to do either of these task, any existing analysis capability will make the job easier.
Many thanks.
Alex
|
|
|
Powered by
FUDForum. Page generated in 0.01528 seconds