[Vm-dev] NOMS>>#sqGrowMemory:By: and IS>>#ioUTCMicrosecondsNow

Stefan Marr smalltalk at stefan-marr.de
Thu Nov 8 17:24:31 UTC 2012


Hi:

I have two more problems with the simulator (there are more, but those here are 'trivial').


In InterpreterSimulator the method #ioUTCMicrosecondsNow is missing.
I just added this:

ioUTCMicrosecondsNow
 "STEFAN: not entierly sure what to do with this... but the method is missing."

 ^ Time millisecondClockValue


In the NewObjectMemorySimulator>>#sqGrowMemory:By:, there is a reference to coInterpreter which receives are #memory: message. However in the new hierarchy, where the interpreter is not an ObjectMemory anymore, that message is not implemented.

So, I removed it...

Not sure whether either of these solutions is appropriate, but would be good to get the problems fixed and have the simulators usable.


Thanks a lot
Stefan


-------------- next part --------------
A non-text attachment was scrubbed...
Name: more-bit-rot.1.cs
Type: application/octet-stream
Size: 857 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20121108/f55996a9/more-bit-rot.1.obj
-------------- next part --------------



-- 
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax:   +32 2 629 3525



More information about the Vm-dev mailing list