mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
Note an optimization, for later
This commit is contained in:
parent
e521f92bf6
commit
a83a495af1
1 changed files with 2 additions and 2 deletions
|
@ -424,8 +424,8 @@ static int perl_fts5_tokenizer_Tokenize(
|
|||
dTHX;
|
||||
dSP;
|
||||
|
||||
/* The implicit assumption here is that our callback will only be
|
||||
* invoked from a stack frame below this frame!
|
||||
/* newSVpvn() will create a copy of this buffer, but ideally we would
|
||||
* directly write into the PV part of that copied buffer instead
|
||||
*/
|
||||
perl_cb_ctx ctx;
|
||||
SV* ctxP;
|
||||
|
|
Loading…
Add table
Reference in a new issue