On 17 March 2011 03:20, Javier Pimás <[email protected]> wrote:
> I'm also seeing that NBCoInterpreter and NBCoObjectMemory only have small
> modifications compared to the non NB ones. Maybe it is possible to merge
> them directly into cog with an enable/disable flag, so that building NB is
> the same as building Cog with NB enabled.
>

Yes, the changes are very small, but i wanted to keep them separate,
so its easy to see them.

So if you can't wait, you can just patch the original classes
and then generate VM sources using usual command.
But don't forget to include NativeBoostPlugin as internal one.

If you using CMakeVMMaker, you do it like following:

| config |
config := CogUnixConfig new.
config internalPlugins: (cog internalPlugins copyWith: #NativeBoostPlugin).

config generateSourceFiles.
config generate.



-- 
Best regards,
Igor Stasenko AKA sig.

Reply via email to