[Vm-dev] Issue 106 in cog: Bit-rot in NOMS>>#sqGrowMemory:By: and IS>>#ioUTCMicrosecondsNow

cog at googlecode.com cog at googlecode.com
Fri Nov 9 13:12:41 UTC 2012


Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 106 by stm... at gmail.com: Bit-rot in NOMS>>#sqGrowMemory:By: and  
IS>>#ioUTCMicrosecondsNow
http://code.google.com/p/cog/issues/detail?id=106

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.

Attachments:
	more-bit-rot.1.cs  857 bytes



More information about the Vm-dev mailing list