[Vm-dev] Multi-core system Squeak (was Re: Sista alternate bytecodes + Java Bytecode ?)

tim Rowledge tim at rowledge.org
Thu Oct 19 17:29:47 UTC 2017


> On 19-10-2017, at 10:20 AM, Todd Blanchard <tblanchard at mac.com> wrote:
> 
> 
> K, so if you were to marry that with Craig Latta's micro images and "imprinting" strategy, offloading work to other "queues" might be a really cool way to chuck over a minimal amount of code associated with a task - where each work queue is just another micro worker image.

Something like that; if you spawn an image to do a job it doesn’t need to have that code in it at spawn-time, just enough to know how to load it. Which means your ‘master control program’ doesn’t need to be large either.

For example, Sista could spawn an image to do its optimising work and return the results to the ‘real’ image.


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Do files get embarrassed when they get unzipped?




More information about the Vm-dev mailing list