22 Jan
2024
22 Jan
'24
10 p.m.
Module: wine Branch: master Commit: bc45b43a4984d9df7117f841506524ad7cc0566e URL: https://gitlab.winehq.org/wine/wine/-/commit/bc45b43a4984d9df7117f841506524a... Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Date: Tue Dec 12 19:57:37 2023 +0200 jscript: Make the garbage collector thread-wide rather than per-ctx. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- dlls/jscript/dispex.c | 31 ++++++++++++++++--------------- dlls/jscript/jscript.c | 12 +++--------- dlls/jscript/jscript.h | 12 +++++++----- dlls/jscript/jscript_main.c | 9 +++++++++ dlls/jscript/set.c | 6 +++--- 5 files changed, 38 insertions(+), 32 deletions(-)