]> git.kaiwu.me - quickjs.git/commit
added multi-threading support in run-test262 (initial patch by bnoordhuis) - fixed...
authorFabrice Bellard <fabrice@bellard.org>
Tue, 2 Jun 2026 16:12:02 +0000 (18:12 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 2 Jun 2026 16:12:02 +0000 (18:12 +0200)
commit2504823832cccc9d3930d8811ef60a5891c37495
tree6a81fdca205dfd2fc8743f8ec854b1824069ed85
parent458992ec8cd73710ba8131322dd502da040d5389
added multi-threading support in run-test262 (initial patch by bnoordhuis) - fixed unsafe thread termination in show_progress() - use the number of physical cores by default - added -T option to force the number of threads - avoid hardcoding the maximum number of threads
Makefile
run-test262.c