diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2014-03-25 18:00:37 +0200 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2014-03-25 18:00:37 +0200 |
| commit | defd53bdc5ef9d75fa112487d76f4d7a4cb9fe92 (patch) | |
| tree | 74a6ded6b17e777ad30256887d54ef0d17a7287c /src/ChangeLog | |
| parent | 1e952f0a7a1d0cc533438dcad37db08d8af6855f (diff) | |
Speed up thread startup on MS-Windows.
src/w32.c (w32_delayed_load): Call DisableThreadLibraryCalls on the
DLL handle, to speed up thread startup.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 44ebe76555c..31d90663206 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2014-03-25 Eli Zaretskii <eliz@gnu.org> + + * w32.c (w32_delayed_load): Call DisableThreadLibraryCalls on the + DLL handle, to speed up thread startup. + 2014-03-25 Paul Eggert <eggert@cs.ucla.edu> Handle sigmask better with nested signal handlers (Bug#15561). |
