http://www.perlmonks.org?node_id=927776


in reply to Re^3: An exploration of higher-level-language approaches to the "First all-zero row in an NxN matrix" problem (goto Considered Harmful)
in thread An exploration of higher-level-language approaches to the "First all-zero row in an NxN matrix" problem (goto Considered Harmful)

What's a block, in this context? I'm familiar with basic blocks in terms of SSA and register allocation and flow analysis and optimization. The branch instructions necessary for conditions such as if delimit basic blocks.

Because you can represent a program in terms of the relationships of these basic blocks, I question the problem of functional analysis. What am I missing?


Improve your skills with Modern Perl: the free book.

  • Comment on Re^4: An exploration of higher-level-language approaches to the "First all-zero row in an NxN matrix" problem (goto Considered Harmful)