]> git.kaiwu.me - quickjs.git/commit
- Closure optimization (go from quadratic to linear time when the number
authorFabrice Bellard <fabrice@bellard.org>
Sat, 15 Nov 2025 11:01:20 +0000 (12:01 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 15 Nov 2025 11:01:20 +0000 (12:01 +0100)
commitae7219b1a1b2f409435d00b32c1e10d250e0d064
treea690b48b965680c9cd8304fd4e9168fbad6bb077
parent9688007ccbba2024b339ddcd52044b23e2a4d982
- Closure optimization (go from quadratic to linear time when the number
of closure variables is large)
- Separated JSVarDef and JSBytecodeVarDef to simplify the code and save memory
- fixed debug info stripping with global variables
quickjs.c