[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Oct 21 23:55:02 UTC 2014


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

http://lists.squeakfoundation.org/pipermail/packages/2014-October/007336.html

Name: Collections-cmm.585
Ancestors: Collections-ul.584

Speed up visiting with #addNewElement:.   It provides the common pattern of checking for inclusion, followed by add:, in just one scan, instead of two.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-October/007337.html

Name: Nebraska-ul.38
Ancestors: Nebraska-nice.37

There's no guarantee for port 9999 being available. Use whatever port socket1 got.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-October/007338.html

Name: Kernel-ul.880
Ancestors: Kernel-eem.879

Compile methods with the right trailer to avoid a #becomeForward: when the actual trailer is added.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-October/007339.html

Name: Tests-ul.304
Ancestors: Tests-eem.303

Be explicit and use CompiledMethod empty.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-October/007340.html

Name: Traits-ul.303
Ancestors: Traits-topa.302

Create the compiledMethod with the right trailer. Depends on Kernel-ul.880.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-October/007341.html

Name: Monticello-ul.602
Ancestors: Monticello-bf.601

Create the method with the right trailer in MethodAnnotation >> #createCompiledMethod. Depends on Kernel-ul.880.

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


More information about the Squeak-dev mailing list