>>>>> "JH" == Jarkko Hietaniemi <[EMAIL PROTECTED]> writes: <snip of basic block lesson> JH> Basic-blocks are a useful unit both for code generation and for code JH> profiling. and in optimization. you can compare basic blocks and do loop invariant detection and related loop optimizations. a basic block is just a sequence of op codes with no branching. it can be looked at and manipulated as a single larger or higher level operation (from the compiler point of view). uri -- Uri Guttman --------- [EMAIL PROTECTED] ---------- http://www.sysarch.com SYStems ARCHitecture and Stem Development ------ http://www.stemsystems.com Learn Advanced Object Oriented Perl from Damian Conway - Boston, July 10-11 Class and Registration info: http://www.sysarch.com/perl/OOP_class.html
- Re: Between-Opcode Callbacks Dan Sugalski
- Re: Between-Opcode Callbacks Jarkko Hietaniemi
- Re: Between-Opcode Callbacks Uri Guttman
- Re: Between-Opcode Callbacks Dan Sugalski
- Re: Between-Opcode Callbacks Jarkko Hietaniemi
- Re: Between-Opcode Callbacks Paul Johnson
- Re: Between-Opcode Callbacks Jarkko Hietaniemi
- Re: Between-Opcode Callbacks Simon Cozens
- Re: Between-Opcode Callbacks Jarkko Hietaniemi
- Re: Between-Opcode Callbacks Jarkko Hietaniemi
- Re: Between-Opcode Callbacks Uri Guttman
- Re: Between-Opcode Callbacks Simon Cozens
- Re: Between-Opcode Callbacks Jarkko Hietaniemi
- Re: Between-Opcode Callbacks Dan Sugalski
- Re: Between-Opcode Callbacks Uri Guttman
- Re: Between-Opcode Callbacks Dan Sugalski
- Re: Between-Opcode Callbacks Rocco Caputo
- Re: Between-Opcode Callbacks Uri Guttman
- Re: Between-Opcode Callbacks Paul Johnson
- Re: Between-Opcode Callbacks Uri Guttman
- Re: Between-Opcode Callbacks Dan Sugalski