[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed May 14 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-May/007042.html

Name: Kernel-dtl.850
Ancestors: Kernel-nice.849

Provide DateAndTme>>floor so that ObjectHistoryMark does not need to use instVarAt:put: to obtain a time stamp with whole seconds. This protects for future changes to DateAndTime that may not rely on an instance variable named #nanos.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007043.html

Name: System-dtl.672
Ancestors: System-eem.671

Provide DateAndTme>>floor so that ObjectHistoryMark does not need to use instVarAt:put: to obtain a time stamp with whole seconds. This protects for future changes to DateAndTime that may not rely on an instance variable named #nanos.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007044.html

Name: Compiler-eem.281
Ancestors: Compiler-eem.280

Implement (more coherently than the alternateInterpret...
scheme) multiple bytecode set interpretation support in
BytecodeEncoder class and subclasses.  This support is
for a soon-to-be-published version of Kernel, whose
InstructionStream depends on this.

Nuke the now obsolete "long form" encoder class hacks.

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


More information about the Squeak-dev mailing list