出典:Wikipedia
出典:『Wikipedia』 (2011/04/03 07:39 UTC 版)
In computing, a basic block is a portion of the code within a program with certain desirable properties that make it highly amenable to analysis. Compilers usually decompose programs into their basic blocks as a first step in the analysis process. Basic blocks form the vertices or nodes in a control flow graph.