[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu Oct 10 23:55:04 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006520.html

Name: Multilingual-nice.190
Ancestors: Multilingual-nice.189

Hardcode [^#endOfRun] and [^#crossedX] instead of [^stopConditions endOfRun] and [^stopConditions crossedX].
The possibility of having a different symbol are never used and cost an indirection in character scanning inner loop.
They also are a barrier to the restoring of primitive 103 for slow machines.
We'll then can get rid of TextStopConditions.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006521.html

Name: Graphics-nice.263
Ancestors: Graphics-nice.262

Hardcode [^#endOfRun] and [^#crossedX] instead of [^stopConditions endOfRun] and [^stopConditions crossedX].
The possibility of having a different symbol are never used and cost an indirection in character scanning inner loop.
They also are a barrier to the restoring of primitive 103 for slow machines.
Initialize DefaulStopConditions and friends with an Array.
We'll then can get rid of TextStopConditions.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006522.html

Name: Graphics-nice.264
Ancestors: Graphics-nice.263

Sanitize before removing TextStopConditions (I saw a few instances hanging).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006523.html

Name: Graphics-nice.265
Ancestors: Graphics-nice.264

After a bit more than 3 years of service, the TextStopConditions retired, replaced by a dumb and cheap Array.
Note that the stopConditions Array has only 256 slots instead of 258 four years ago, so it is not suitable for primitive 103.

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


More information about the Squeak-dev mailing list