Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008905.htmlName: Kernel-ul.946
Ancestors: Kernel-mt.945
Set literal limit to 32767.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008906.htmlName: Kernel-eem.947
Ancestors: Kernel-ul.946
Provide an accessor for Compiledmethod's max num literals. Recategorize the frame size accessors under accessing to join it.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008907.htmlName: Compiler-eem.307
Ancestors: Compiler-ul.306
Make the literal limit in the compiler a funciton of both the bytecode set and CompiledMethod's implementation limit.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008908.htmlName: Tests-eem.327
Ancestors: Tests-ul.326
Revise the maxLiterals test given the bytecode set specific facilities in Encoder and CompiledMethod.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-August/008909.htmlName: Kernel-eem.948
Ancestors: Kernel-eem.947
Implement Ephemeron class creation, e.g.
Association ephemeronSubclass: #Ephemeron
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: 'Collections-Weak'
=============================================