Skip to content
James Foster edited this page Jul 18, 2019 · 2 revisions
  • Numeric literals
    • 1e3 is a SmallDouble in GemStone and an Integer in Pharo.
  • Processor
    • In Pharo this is the sole instance of ProcessorScheduler
    • In GemStone this is a class with a very similar class-side API to that on the instance side of ProcessorScheduler
    • An instance of ProcessorScheduler cannot be committed since it contains a Semaphore (and relates only to the current session
    • We use the GemStone class and add class-side methods that redirect to the current scheduler
Clone this wiki locally