NOMS>>#sqGrowMemory:By: and IS>>#ioUTCMicrosecondsNow

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

NOMS>>#sqGrowMemory:By: and IS>>#ioUTCMicrosecondsNow

Stefan Marr-3
 
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






--
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-bit-rot.1.cs (1K) Download Attachment