Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: 768d1a710df941b14ecbd149977d06782d928d88
https://github.com/pharo-project/pharo-core/commit/768d1a710df941b14ecbd149977d06782d928d88
Author: Jenkins Build Server <[email protected]>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/blockReturnTop.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/doDup.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/doPop.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/jump_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/jump_if_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/methodReturnConstant_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/methodReturnReceiver.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/methodReturnTop.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/popIntoLiteralVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/popIntoReceiverVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/popIntoRemoteTemp_inVectorAt_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/popIntoTemporaryVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushActiveContext.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushClosureCopyNumCopiedValues_numArgs_blockSize_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushConsArrayWithElements_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushConstant_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushLiteralVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushNewArrayOfSize_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushReceiver.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushReceiverVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushRemoteTemp_inVectorAt_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/pushTemporaryVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/send_super_numArgs_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/storeIntoLiteralVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/storeIntoReceiverVariable_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/storeIntoRemoteTemp_inVectorAt_.st
M Kernel.package/SymbolicBytecodeBuilder.class/instance/instruction
decoding/storeIntoTemporaryVariable_.st
A
Kernel.package/SymbolicBytecodeBuilder.class/instance/private/addBytecode_.st
R Kernel.package/SymbolicBytecodeBuilder.class/instance/private/print_.st
A KernelTests.package/BehaviorTest.class/instance/tests/testCompile.st
A OpalTools.package/GTBytecodeBrowser.class/README.md
A OpalTools.package/GTBytecodeBrowser.class/definition.st
A OpalTools.package/GTBytecodeBrowser.class/instance/building/compose.st
A OpalTools.package/GTBytecodeBrowser.class/instance/building/sourceIn_.st
A OpalTools.package/GTBytecodeBrowser.class/instance/building/treeIn_.st
A
OpalTools.package/extension/CompiledMethod/instance/gtInspectorSymbolicBytecodeIn_.st
A
OpalTools.package/extension/SymbolicBytecode/instance/gtInspectorSourceCodeIn_.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo -
scripts/script306.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo -
updates/update40306.st
M
ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
A Traits.package/TBehavior.class/instance/accessing/allSlots.st
A Traits.package/TBehavior.class/instance/accessing/basicLocalSelectors.st
Log Message:
-----------
40306
14215 Fix for (Behavior new) compile:
https://pharo.fogbugz.com/f/cases/14215
14237 SymbolicBytecodeBuilder: rename #print to #addBytecode:
https://pharo.fogbugz.com/f/cases/14237
14239 add inspector view for byte code with source highlighting
https://pharo.fogbugz.com/f/cases/14239
http://files.pharo.org/image/40/40306.zip