]> git.kaiwu.me - quickjs.git/commit
regexp: removed alloca() is lre_exec() - added specific opcodes for \s and \S to...
authorFabrice Bellard <fabrice@bellard.org>
Mon, 22 Dec 2025 14:12:46 +0000 (15:12 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 22 Dec 2025 14:12:46 +0000 (15:12 +0100)
commitf1139494d18a2053630c5ed3384a42bb70db3c53
tree2c94bff16759e67fbf41cd424f73f52c7e137560
parent7bd1ae2c76f9053e00e405998a3ea66a995403c4
regexp: removed alloca() is lre_exec() - added specific opcodes for \s and \S to have a smaller bytecode - optimized \b and \B
libregexp-opcode.h
libregexp.c
libregexp.h
libunicode.h
quickjs.c