Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Data/control flow analysis
icon5.gif  Data/control flow analysis [message #632324] Tue, 12 October 2010 14:46
Alexander Lamaison is currently offline Alexander LamaisonFriend
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
Previous Topic:Triggering full build on buildpath change
Next Topic:STEPS TO: Setup Ruby Debugging AND Minitest
Goto Forum:
  


Current Time: Thu Mar 28 20:07:19 GMT 2024

Powered by FUDForum. Page generated in 0.02218 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top