Branch: refs/heads/6.0
Home: https://github.com/pharo-project/pharo-core
Commit: 3cf76321baddb6fdb56f1a52affedc17ab057ff4
https://github.com/pharo-project/pharo-core/commit/3cf76321baddb6fdb56f1a52affedc17ab057ff4
Author: Jenkins Build Server <[email protected]>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
R Kernel.package/CompiledMethod.class/instance/accessing/bytecode.st
R Kernel.package/CompiledMethod.class/instance/accessing/clearFlag.st
R Kernel.package/CompiledMethod.class/instance/accessing/clearSignFlag.st
R Kernel.package/CompiledMethod.class/instance/accessing/comment.st
R Kernel.package/CompiledMethod.class/instance/accessing/encoderClass.st
R Kernel.package/CompiledMethod.class/instance/accessing/endPC.st
R Kernel.package/CompiledMethod.class/instance/accessing/flag.st
R Kernel.package/CompiledMethod.class/instance/accessing/frameSize.st
R Kernel.package/CompiledMethod.class/instance/accessing/initialPC.st
R Kernel.package/CompiledMethod.class/instance/accessing/numArgs.st
R Kernel.package/CompiledMethod.class/instance/accessing/numLiterals.st
R Kernel.package/CompiledMethod.class/instance/accessing/numTemps.st
R Kernel.package/CompiledMethod.class/instance/accessing/referredInstVars.st
R Kernel.package/CompiledMethod.class/instance/accessing/scanner.st
R Kernel.package/CompiledMethod.class/instance/accessing/setSignFlag.st
R Kernel.package/CompiledMethod.class/instance/accessing/signFlag.st
R Kernel.package/CompiledMethod.class/instance/accessing/trailer.st
R Kernel.package/CompiledMethod.class/instance/cleaning/voidCogVMState.st
R Kernel.package/CompiledMethod.class/instance/comparing/=.st
R Kernel.package/CompiledMethod.class/instance/comparing/equivalentTo_.st
R Kernel.package/CompiledMethod.class/instance/comparing/hash.st
R Kernel.package/CompiledMethod.class/instance/comparing/sameLiteralsAs_.st
R
Kernel.package/CompiledMethod.class/instance/converting/asOrderedCollection.st
R Kernel.package/CompiledMethod.class/instance/debugger
support/pcPreviousTo_.st
R
Kernel.package/CompiledMethod.class/instance/initialize-release/needsFrameSize_.st
R
Kernel.package/CompiledMethod.class/instance/initialize-release/setFrameBit_.st
R Kernel.package/CompiledMethod.class/instance/literals/allLiterals.st
R
Kernel.package/CompiledMethod.class/instance/literals/hasLiteralSuchThat_.st
R
Kernel.package/CompiledMethod.class/instance/literals/hasLiteralThorough_.st
R Kernel.package/CompiledMethod.class/instance/literals/hasLiteral_.st
R Kernel.package/CompiledMethod.class/instance/literals/hasSelector_.st
R
Kernel.package/CompiledMethod.class/instance/literals/hasSelector_specialSelectorIndex_.st
R Kernel.package/CompiledMethod.class/instance/literals/header.st
R Kernel.package/CompiledMethod.class/instance/literals/headerDescription.st
R Kernel.package/CompiledMethod.class/instance/literals/indexOfLiteral_.st
R Kernel.package/CompiledMethod.class/instance/literals/literalAt_.st
R Kernel.package/CompiledMethod.class/instance/literals/literalAt_put_.st
R Kernel.package/CompiledMethod.class/instance/literals/literalStrings.st
R Kernel.package/CompiledMethod.class/instance/literals/literals.st
R Kernel.package/CompiledMethod.class/instance/literals/literalsDo_.st
R Kernel.package/CompiledMethod.class/instance/literals/objectAt_.st
R Kernel.package/CompiledMethod.class/instance/literals/objectAt_put_.st
R Kernel.package/CompiledMethod.class/instance/literals/refersToLiteral_.st
R Kernel.package/CompiledMethod.class/instance/literals/sendsSelector_.st
R Kernel.package/CompiledMethod.class/instance/printing/asString.st
R Kernel.package/CompiledMethod.class/instance/printing/longPrintOn_.st
R
Kernel.package/CompiledMethod.class/instance/printing/primitiveErrorVariableName.st
R Kernel.package/CompiledMethod.class/instance/printing/symbolic.st
R Kernel.package/CompiledMethod.class/instance/printing/symbolicBytecodes.st
R Kernel.package/CompiledMethod.class/instance/printing/timeStamp.st
R
Kernel.package/CompiledMethod.class/instance/scanning/abstractBytecodeMessageAt_.st
R
Kernel.package/CompiledMethod.class/instance/scanning/abstractBytecodeMessagesDo_.st
R
Kernel.package/CompiledMethod.class/instance/scanning/abstractBytecodeMessagesFrom_to_do_.st
R Kernel.package/CompiledMethod.class/instance/scanning/accessesSlot_.st
R Kernel.package/CompiledMethod.class/instance/scanning/hasInstVarRef.st
R Kernel.package/CompiledMethod.class/instance/scanning/messages.st
R Kernel.package/CompiledMethod.class/instance/scanning/readsField_.st
R Kernel.package/CompiledMethod.class/instance/scanning/readsRef_.st
R Kernel.package/CompiledMethod.class/instance/scanning/readsSlot_.st
R Kernel.package/CompiledMethod.class/instance/scanning/scanFor_.st
R Kernel.package/CompiledMethod.class/instance/scanning/sendsToSuper.st
R Kernel.package/CompiledMethod.class/instance/scanning/writesField_.st
R Kernel.package/CompiledMethod.class/instance/scanning/writesRef_.st
R Kernel.package/CompiledMethod.class/instance/scanning/writesSlot_.st
R Kernel.package/CompiledMethod.class/instance/source code
management/argumentNames.st
R Kernel.package/CompiledMethod.class/instance/source code
management/author.st
R Kernel.package/CompiledMethod.class/instance/source code
management/definition.st
R Kernel.package/CompiledMethod.class/instance/source code
management/stamp.st
R Kernel.package/CompiledMethod.class/instance/testing/containsHalt.st
R Kernel.package/CompiledMethod.class/instance/testing/isCollection.st
R
Kernel.package/CompiledMethod.class/instance/testing/isExternalCallPrimitive.st
R Kernel.package/CompiledMethod.class/instance/testing/isNamedPrimitive.st
R Kernel.package/CompiledMethod.class/instance/testing/isPrimitive.st
R Kernel.package/CompiledMethod.class/instance/testing/isQuick.st
R Kernel.package/CompiledMethod.class/instance/testing/isRealPrimitive.st
R
Kernel.package/CompiledMethod.class/instance/testing/usesPrimaryBytecodeSet.st
R
Kernel.package/CompiledMethod.class/instance/testing/usesSecondaryBytecodeSet.st
M
OpalCompiler-Core.package/IRMethod.class/instance/debugging/instructionForPC_.st
R OpalCompiler-Core.package/extension/CompiledMethod/instance/compiler.st
R
OpalCompiler-Core.package/extension/CompiledMethod/instance/compilerClass.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo -
scripts/script60123.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo -
scripts/script60124.st
R ScriptLoader60.package/ScriptLoader.class/instance/pharo -
updates/update60123.st
A ScriptLoader60.package/ScriptLoader.class/instance/pharo -
updates/update60124.st
M
ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
60124
18619 Introduction of FullBlockClosure (4) moving code from CompiledMethod to
CompiledCode
https://pharo.fogbugz.com/f/cases/18619
18633 InstructionForPC: not working with new bytecode set
https://pharo.fogbugz.com/f/cases/18633
http://files.pharo.org/image/60/60124.zip