hpi-swa / RSqueak

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

Long loops #19

Closed timfel closed 9 years ago

timfel commented 9 years ago

We end up with call_assembler entries and thus forcing of the current context to the heap in all our BitBlt loops, because they get too long (I'm guessing). Anything we can do about this? Maybe @cfbolz has an idea.

timfel commented 9 years ago

Nothing we can do, Tobi tweaked the jit settings

cfbolz commented 9 years ago

On 08/04/15 14:56, Tim Felgentreff wrote:

Nothing we can do, Tobi tweaked the jit settings

This is a general problem that we have in several interpreters, e.g. Pycket and Pyrolog. I hope to be able to come up with a solution at some point.