1 Nov 01:37
Re: Thoughts on a concurrent Squeak VM (was: Re: Concurrent Futures)
Igor Stasenko <siguctua <at> gmail.com>
2007-11-01 00:37:55 GMT
2007-11-01 00:37:55 GMT
On 01/11/2007, tim Rowledge <tim <at> rowledge.org> wrote: > > On 31-Oct-07, at 9:39 AM, Igor Stasenko wrote: > > > On 31/10/2007, Rob Withers <reefedjib <at> yahoo.com> wrote: > >> Andreas, > >> > >> What about using C++? There would be some degradation of > >> performance. > >> However, there would be the benefit of structuring the VM classes, > >> of not > >> having to add VM as an argument everywhere, and it may even be > >> possible to > >> subclass Thread so we know where the thread-local storage is. > >> > > I'd rather prefer to make modifications to slang to be able to > > generate VM sources for any target language/platform and keep platform > > dependent code in image instead in separate file(s). This all to > > simplify build process and to keep all things together. > > > Hah! > > Once upon a time we had platform code 'files' in the image. In > particular, the Mac files. Everyone else had to go through irritating > and time consuming gymnastics to build a vm. > > You couldn't edit these 'files' sensibly because Squeaks text editing > ad gc has conniptions when you try to edit large strings.(Continue reading)
RSS Feed