hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
83 stars 15 forks source link

We still have issues with process scheduling #127

Closed timfel closed 8 years ago

timfel commented 8 years ago

When in a loop, Alt+. does not work, because the event tickler process is never scheduled. Probably the same problem also prevents the bench method from working, because the interrupt process is never scheduled. Either their delay isn't working (unlikely, I think) or maybe we're simply not scheduling at the right times when in the JIT?

timfel commented 8 years ago

This is fixed now, afaict. Makes very small loops slower, but I figure that's fine.