RE: VMMaker( Re: KCP & 3.6)

"Andreas Raab" <[email protected]> Fri, 20 Jun 2003 16:43:04 +0200
Newsgroups gmane.comp.lang.smalltalk.squeak.foundation
Message-ID <001101c3373a$41a885a0$1f00a8c0@atlantis>
>     Talking about VMMaker, I recall someone suggested that
>     the plugins code could be generated just once and be used
>     as either internal or external plugins.
> 
>     What's the status of the review on this proposal ?

VMMaker does this for a long time already. It's all in the build flags which
effectively tell the build process which plugins to compile internally and
which ones to compile externally. Have a look at the generated "plugins.int"
and "plugins.ext" file.

Cheers,
  - Andreas