[squeak-dev] Re: can't make latest unix vm - v1954

Brad Fuller bradallenfuller at gmail.com
Tue Nov 25 03:30:40 UTC 2008


On Mon, Nov 24, 2008 at 7:02 PM, Eliot Miranda <eliot.miranda at gmail.com> wrote:
>
>
> On Mon, Nov 24, 2008 at 5:55 PM, Brad Fuller <bradallenfuller at gmail.com>
> wrote:
>>
>> I really don't know what these are for in sqVirtualMachine.c:
>>
>> #if VM_PROXY_MINOR > 7
>>
>>        VM->internalIsImmutable = internalIsImmutable;
>>        VM->internalIsMutable   = internalIsMutable;
>>        VM->primitiveFailFor    = primitiveFailFor;
>>        VM->classAlien          = classAlien;
>>        VM->getStackPointer     = (sqInt *(*)(void))getStackPointer;
>>        VM->sendInvokeCallbackStackRegistersJmpbuf =
>> sendInvokeCallbackStackRegistersJmpbuf;
>>        VM->reestablishContextPriorToCallback =
>> reestablishContextPriorToCallback;
>>        VM->classUnsafeAlien    = classUnsafeAlien;
>>
>> #endif
>>
>> but these are undefined (errors below)
>
> This is all from my Alien, Immutability and primitive error code work at
> Cadence.  John McIntosh is folding the work back in.  You'll need to update
> sqVirtualMachine.h & sqVirtualMachine.c from the relevant svn rep.
> HTH (but John is in the driving seat on this one)


Thanks. I'll wait on John.



-- 
Brad Fuller



More information about the Squeak-dev mailing list