]> git.kaiwu.me - njs.git/commit
Removed vm->count.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 2 Aug 2019 17:12:01 +0000 (20:12 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 2 Aug 2019 17:12:01 +0000 (20:12 +0300)
commit946ffe9c21848509d9f224018c15045835f20e62
tree2c6a1d25330f8c4ad565f3f09b13d6ca9c272787
parentf3b0b3de126fabd00fcea16046b66001e14bbe54
Removed vm->count.

Previously it was used to catch infinite recursion.
This is redundant, because NJS_MAX_STACK_SIZE is used for
the same purpose.
src/njs_vm.h
src/njs_vmcode.c
src/test/njs_unit_test.c