On 3/19/17, petern <[email protected]> wrote: > > In fact, according to the title of that presentation, SQLite is the most > popular TCL extension in the world! > > Furthermore, if the TCL byte code engine is already linked to the SQLite > binary, one would think user defined TCL byte code could be executed > directly instead of having to statically link the TCL byte code engine > again and again for each extension binary.
Being a TCL extension does not imply that the TCL byte code engine is already linked in. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

