[pharo-project/pharo-core] 953f56: 40466
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 953f563ba916fd9bb2f2a02fddad33732cad27e4 https://github.com/pharo-project/pharo-core/commit/953f563ba916fd9bb2f2a02fd... Author: Jenkins Build Server <board@pharo-project.org> Date: 2015-01-27 (Tue, 27 Jan 2015) Changed paths: A Compiler.package/EncoderForSistaV1.class/class/bytecode decoding/isAlternateBytecodeSet.st M Compiler.package/EncoderForSistaV1.class/instance/bytecode generation/genPushLiteral_.st A Compiler.package/EncoderForV3PlusClosures.class/class/bytecode decoding/isAlternateBytecodeSet.st M Kernel.package/CompiledMethod.class/instance/accessing/numLiterals.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/README.md R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/class/initialize/initialize.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/class/initialize/initializeSpecialSelectors.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/class/initialize/specialSelectorsArray.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/definition.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/additionalLiterals_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/forceLongForm_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numArgs.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numArgs_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numTemps.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/numTemps_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/properties.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/accessing/properties_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/error handling/encodingError_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/error handling/jumpTooBig_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/error handling/tooManyVars_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/initialization/initialize.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/goto_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/if_goto_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/if_goto_otherwise_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/label_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/pushClosureCopyNumCopiedValues_numArgs_to_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/instructions/pushNClosureTemps_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/mapping/mapBytesTo_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/addLastLiteral_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/addLiteral_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/addPragma_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/from_goto_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/from_if_goto_otherwise_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/newDummySeqId.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/nextPut_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/pragmas_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/saveLastJump_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/updateJumpOffsets.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/private/updateJump_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/addProperties_.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/bytecodes.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/compiledMethod.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/literals.st R OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/stackFrameSize.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/README.md R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/bytecodeTableFrom_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeBytecodeTable.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeSpecialConstants.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/specialConstants.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/definition.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/blockReturnTop.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/popTop.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushConsArray_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushDup.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushInstVar_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteralVariable_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteral_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushNewArray_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushReceiver.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushRemoteTemp_inVectorAt_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushTemp_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushThisContext.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnConstant_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnInstVar_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnReceiver.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnTop.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_toSuperOf_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeInstVar_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeIntoLiteralVariable_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopInstVar_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopIntoLiteralVariable_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopRemoteTemp_inVectorAt_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopTemp_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeRemoteTemp_inVectorAt_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeTemp_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/closureFrom_to_copyNumCopiedValues_numArgs_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpBackward_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpForward_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jump_if_.st R OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/quickMethodPrim.st M OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/private/quickMethodPrim.st M OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/compiledMethodWith_.st A OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/compiledMethodWith_header_literals_.st A OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/endPrimNumber.st A OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/hasPrimitive.st A OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/spurVMHeader_.st A OpalCompiler-Core.package/IRBytecodeGenerator.class/instance/results/v3VMHeader_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/README.md R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/bytecodeTableFrom_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/initializeBytecodeTable.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/initializeSpecialConstants.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/class/initialize/specialConstants.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/definition.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/accessing/hasPrimitive.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/extensions/pushExtA_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/extensions/pushExtB_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/extensions/pushExtension_byte_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/initialize/initialize.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/initialize/irPrimitive_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/blockReturnTop.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/popTop.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushConsArray_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushDup.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushInstVar_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushLiteralVariable_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushLiteral_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushNewArray_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushReceiver.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushRemoteTemp_inVectorAt_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushTemp_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/pushThisContext.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/returnInstVar_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/returnReceiver.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/returnTop.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/send_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/send_toSuperOf_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeInstVar_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeIntoLiteralVariable_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopInstVar_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopIntoLiteralVariable_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopRemoteTemp_inVectorAt_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storePopTemp_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeRemoteTemp_inVectorAt_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/instructions/storeTemp_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushCharacter_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushNClosureTemps_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushSmallFloat_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushSmallInteger_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/new instructions/pushThisProcess.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/closureFrom_to_copyNumCopiedValues_numArgs_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/jumpBackward_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/jumpForward_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/private/jump_if_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/results/compiledMethodWith_.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/results/quickMethodPrim.st R OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/results/quickPrimIndex.st R OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/README.md R OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/definition.st R OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/accessing/hasPrimitive.st R OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialize/initialize.st R OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialize/irPrimitive_.st R OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/checkTooManyLiterals_.st R OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/compiledMethodWith_.st R OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/README.md R OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/definition.st R OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/accessing/primNum.st R OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialization/initialize.st R OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialization/irPrimitive_.st R OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/checkTooManyLiterals_.st R OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/compiledMethodWith_.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script466.st A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40466.st M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st Log Message: ----------- 40466 14807 Old bytecode generators are now useless. Remove them https://pharo.fogbugz.com/f/cases/14807 14804 In Spur VM, the number of literals of compiled method is now encoded in 15 bits (instead of 16) https://pharo.fogbugz.com/f/cases/14804 14806 Add spur VM compatibility in new bytecodeGenerator https://pharo.fogbugz.com/f/cases/14806 http://files.pharo.org/image/40/40466.zip
participants (1)
-
GitHub