Next: CompiledBlock-accessing, Up: CompiledBlock [Index]
Answer a new instance of the receiver with room for the given number of bytecodes and the given header.
Answer an (almost) full fledged CompiledBlock. To make it complete, you must either set the new object’s ‘method’ variable, or put it into a BlockClosure and put the BlockClosure into a CompiledMethod’s literals. The clean-ness of the block is automatically computed.