]> git.kaiwu.me - quickjs.git/commit
- optimized global variable access
authorFabrice Bellard <fabrice@bellard.org>
Fri, 3 Oct 2025 12:26:13 +0000 (14:26 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Fri, 3 Oct 2025 12:26:13 +0000 (14:26 +0200)
commit2c90110287ac2646d74d39d231c261a6fcd8d4df
treee84b658651cbdbeb960547cc153c0f2010bb4b3f
parentf4951efd94344985cf47bfedf10e8b2c43d3cd21
- optimized global variable access

- removed full compliance with the spec for strict mode variable
  assignment so that they are as fast as in non strict mode (V8,
  SpiderMonkey and JavascriptCore do the same, so IMHO the spec should
  be updated).
quickjs-opcode.h
quickjs.c
test262_errors.txt
tests/microbench.js