search for: 28computer_science

Displaying 2 results from an estimated 2 matches for "28computer_science".

2007 Jun 18
2
as branch progress report
...ushing it? I made sure the testsuite passes, so it wasn't untested code. However, the testcode seems to be not good enough yet for these kinds of problems... 4) Is anybody reading these mails? Should I do this more often? Cheers, Benjamin [1] http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29
2011 Feb 25
1
[LLVMdev] Live values detection in LLVM
...isLiveThroughBlock(Value * v, BasicBlock * b) isKilledInBlock(Value * v, BasicBlock * b) * If I understand well the code, dominator trees are used to compute the LiveThrough blocks. The definition of dominator in graph theory is the following: "A node <http://en.wikipedia.org/wiki/Node_%28computer_science%29> d /dominates/ a node n if every path from the /start node/ to n must go through d." Then, that means in some cases, the method isLiveThroughBlock is going to answer false, whereas the right answer is true. Is it right ? * To compute the set of blocks where isKilledInBlock is true,...