> I tried using STRUCT: instead of C-STRUCT: in vm.factor, but this
> generates a bootstrap error on loading the vocab. The problem seems to
> occur when using the 'zone' struct in the 'vm' struct. If I replace '{
> nursery zone }' with '{ nursery cell[4] } then it builds fine.
> (file and error pasted below)
>
> I guess this is a dependency issue: vm.factor is loaded before the
> compiler starts compiling. Is there a way around this? I guess if
> C-STRUCT is going soon then I'll need to do the above cell[4] hack.I took care of the problem. Struct classes now only call memcpy if there are nonzero initial values that require it. I also updated the vm structs for you. -Joe ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
