On Fri, Sep 19, 2014 at 2:04 AM, Prakash Premkumar <[email protected]> wrote:
> Can you kindly tell me where in the source code is the number of registers > for Vdbe allocated ? > The Parse.nMem variable keeps track of the number of registers required. After all code is generated, the sqlite3VdbeMakeReady() routine allocates and initializes memory to hold those registers. > > Thanks > Prakash > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

