Displaying 2 results from an estimated 2 matches for "speedsensor".
2010 Mar 15
1
[LLVMdev] Seeking advice on Structural Analysis pass
...s
like you are both working on (or have solved) the problem of
converting LLVM's CFGs into CFTs. Am I understanding that correctly?
Just to be clear, a rough example of what I mean by CFT and CFG can be
found in the attachments. Both diagrams represent the exact same
control flow (from SpeedSensor.java); they are simply two different
ways of structuring that control flow: one as a tree, the other as a
graph.
Trevor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SpeedSensor.java
Type: application/octet-stream
Size: 478 bytes
Desc: not available
URL...
2010 Mar 13
2
[LLVMdev] Seeking advice on Structural Analysis pass
Hi folks,
A few months back I finished writing and testing a pass which implements
"structural analysis" as described originally by Sharir in 1980 ("Structural
analysis: A new approach to flow analysis in optimizing compilers") and more
recently by Muchnick in Advanced Compiler Design and Implementation. It
analyses the CFG and recognises specific region schema, such as