]> git.kaiwu.me - njs.git/commit
Avoiding dynamic allocation in JSON methods.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Nov 2019 12:09:48 +0000 (15:09 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Nov 2019 12:09:48 +0000 (15:09 +0300)
commitca17ef434a33f49f10bb482a60388695bcd1a8e2
tree4cc558f15b4eee07c83c7e2ca8fd540958479562
parent7d66b663c0739709a32f30ac0c91df5786511320
Avoiding dynamic allocation in JSON methods.

Before 540f03725df2 the parse/stringify state had to be allocated
from dynamic memory because function calls to JS functions were
asynchronous.
src/njs_json.c