Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: 59c34db35428e6688d27a182ab1bc4195fb13d53
https://github.com/pharo-project/pharo-core/commit/59c34db35428e6688d27a182ab1bc4195fb13d53
Author: Jenkins Build Server <[email protected]>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Changed paths:
M
OpalCompiler-Core.package/AbstractCompiler.class/class/settings/compilerSettingsOn_.st
M
OpalCompiler-Core.package/CCompilationContext.class/class/initialize/initialize.st
M
OpalCompiler-Core.package/CCompilationContext.class/instance/accessing/bytecodeGeneratorClass.st
M
OpalCompiler-Core.package/CompilationContext.class/class/initialize/initialize.st
M
OpalCompiler-Core.package/CompilationContext.class/instance/accessing/bytecodeGeneratorClass.st
A
OpalCompiler-Core.package/IRAbstractBytecodeGenerator.class/instance/results/addProperties_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/README.md
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/bytecodeTableFrom_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeBytecodeTable.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeSpecialConstants.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/specialConstants.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/definition.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/blockReturnTop.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/popTop.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushConsArray_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushDup.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushInstVar_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteralVariable_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteral_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushNewArray_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushReceiver.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushRemoteTemp_inVectorAt_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushTemp_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushThisContext.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnConstant_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnInstVar_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnReceiver.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnTop.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_toSuperOf_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeInstVar_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeIntoLiteralVariable_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopInstVar_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopIntoLiteralVariable_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopRemoteTemp_inVectorAt_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopTemp_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeRemoteTemp_inVectorAt_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeTemp_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/closureFrom_to_copyNumCopiedValues_numArgs_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpBackward_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpForward_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jump_if_.st
A
OpalCompiler-Core.package/IRAbstractSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/quickMethodPrim.st
M OpalCompiler-Core.package/IRBytecodeDecompiler.class/instance/quick
methods/quickMethod.st
M
OpalCompiler-Core.package/IRSistaV1BytecodeGenerator.class/instance/results/compiledMethodWith_.st
A
OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/README.md
A
OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/definition.st
A
OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/accessing/hasPrimitive.st
A
OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialize/initialize.st
A
OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/initialize/irPrimitive_.st
A
OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/checkTooManyLiterals_.st
A
OpalCompiler-Core.package/IRSpurSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/compiledMethodWith_.st
M
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/README.md
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/bytecodeTableFrom_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeBytecodeTable.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/initializeSpecialConstants.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/class/initialize/specialConstants.st
M
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/definition.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/blockReturnTop.st
A
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/checkTooManyLiterals_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/popTop.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushConsArray_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushDup.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushInstVar_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteralVariable_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushLiteral_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushNewArray_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushReceiver.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushRemoteTemp_inVectorAt_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushTemp_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/pushThisContext.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnConstant_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnInstVar_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnReceiver.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/returnTop.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/send_toSuperOf_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeInstVar_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeIntoLiteralVariable_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopInstVar_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopIntoLiteralVariable_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopRemoteTemp_inVectorAt_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storePopTemp_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeRemoteTemp_inVectorAt_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/instructions/storeTemp_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/closureFrom_to_copyNumCopiedValues_numArgs_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpBackward_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jumpForward_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/private/jump_if_.st
M
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/compiledMethodWith_.st
R
OpalCompiler-Core.package/IRSqueakV3PlusClosuresBytecodeGenerator.class/instance/results/quickMethodPrim.st
A
OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/helper/newBytecodeGen.st
A
OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/helper/testMethod_against_.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
errors/testPushRemoteTempInVectorAtOutOfRange.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
errors/testPushRemoteTempOutOfRangeInVectorAt.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
errors/testStoreRemoteTempInVectorAtOutOfRange.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
errors/testStoreRemoteTempOutOfRangeInVectorAt.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
execution/testClosureExample.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
execution/testExample.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
execution/testExample2.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testBlockReturnTop.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testGoTo.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testGoToIf.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testIfGoTo.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testIfGoToOtherWise.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testLabel.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPopTop.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushClosureCopyNumCopiedValuesNumArgsTo.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushConsArray.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushDup.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushInstVar.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushLiteral.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushLiteralVariable.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushNewArray.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushReceiver.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushRemoteTempInVectorAt.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushTemp.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testPushThisContext.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testReturnConstant.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testReturnInstVar.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testReturnReceiver.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testReturnTop.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testSend.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testSendToSuperOf.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStoreInstVar.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStoreIntoLiteralVariable.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStoreLiteralVariable.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStorePopInstVar.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStorePopIntoLiteralVariable.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStorePopRemoteTempInVectorAt.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStorePopTemp.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStoreRemoteTempInVectorAt.st
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/instance/tests -
instructions/testStoreTemp.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo -
scripts/script308.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo -
updates/update40308.st
M
ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
40308
14218 Opal should be able to compile methods for SqueakV3PlusClosure and Spur
https://pharo.fogbugz.com/f/cases/14218
http://files.pharo.org/image/40/40308.zip