Dennis Cote schrieb:
> Michael Schlenker wrote:
>> The old code did some stowing away of values via OP_StoreMem/OP_LoadMem and 
>> those have been replaced by OP_Copy etc. in the register VM. So how many 
>> registers are available in the VM to push away some intermediate results?
>>
> 
>  From the documentation at http://www.sqlite.org/opcode.html we have:
> 
> The virtual machine contains an arbitrary number of registers locations 
> with addresses beginning at one and growing upward. Each memory location 
> can hold an arbitrary string. The registers hold all intermediate 
> results of a calculation.
> 
yes, helps.

Must have overlooked it while browsing the opcode docs.

Michael
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to