aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-02-28 12:58:44 +0100
committerPierre-Marie Pédrot2021-02-28 12:58:44 +0100
commitef22a5aaf1728d840341d31befd67dd90c5b2e0e (patch)
tree1090422c9d0d9b8ae16c9ff2083dcf56f2668250 /doc
parent7b326354b32868750b3e3ce99b8dc9a3377909ba (diff)
parent94319a520e7df0713942c2caada43214b49ed19b (diff)
Merge PR #13853: Delay the dynamic linking of native-code libraries until native_compute is called.
Ack-by: ejgallego Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/13853-delay-native.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/13853-delay-native.rst b/doc/changelog/01-kernel/13853-delay-native.rst
new file mode 100644
index 0000000000..59bf960a0f
--- /dev/null
+++ b/doc/changelog/01-kernel/13853-delay-native.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ Native-code libraries used by :tacn:`native_compute` are now delayed
+ until an actual call to the :tacn:`native_compute` machinery is
+ performed. This should make Coq more responsive on some systems
+ (`#13853 <https://github.com/coq/coq/pull/13853>`_, fixes `#13849
+ <https://github.com/coq/coq/issues/13849>`_, by Guillaume Melquiond).