[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Aug 26 21:55:03 UTC 2015


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2015-August/008905.html

Name: Kernel-ul.946
Ancestors: Kernel-mt.945

Set literal limit to 32767.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-August/008906.html

Name: 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.html

Name: 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.html

Name: 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.html

Name: Kernel-eem.948
Ancestors: Kernel-eem.947

Implement Ephemeron class creation, e.g.
Association ephemeronSubclass: #Ephemeron
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Collections-Weak'

=============================================


More information about the Squeak-dev mailing list