search for: medlock

Displaying 3 results from an estimated 3 matches for "medlock".

2008 May 14
6
anyone from Joplin, MO
I'm trying to convince my employer to deploy an Asterisk based system, but one member of the leadership team is against it. The rest of the team is for it, but he's convinced them that we should find other organisations in the Joplin, MO area who are using Asterisk first because, "we don't want to be the first in our area." I can't fathom how that's relevant, since
2015 Sep 21
4
When can the dominator tree not contain a node for a basic block?
When looking into https://llvm.org/bugs/show_bug.cgi?id=24866, I discovered that the root cause of the crash is that I was expecting every basic block to have a corresponding Node in the dominator tree. Apparently, the "while.end" basic block in the example does not have a Node in the Dominator Tree. Can anyone tell me if this is expected? If so, under what circumstances?
2015 Aug 03
3
[LLVMdev] seeking advice
...cs of SSA, I came up with the following list, planning to first gradually work my way up to an understanding of control- and data dependence. 1) Prosser '59: Applications of Boolean matrices to the analysis of flow diagrams <Introduces the concept of dominators, I believe.> 2) Lowry & Medlock '69: Object code optimization <For further discussion of the dominator concept.> 3) Allen '70: Control flow analysis 4) Allen & Cocke '76: A program data flow analysis procedure 5) Ferrante et al. '87: The program dependence graph and its use in optimization 6) Rosen et al...