We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dae7a37 + 3c2f0e1 commit 1716058Copy full SHA for 1716058
FutureFeatures.md
@@ -7,8 +7,10 @@ of the [Minimum Viable Product](V1.md) or the
7
to be standardized immediately after v.1. These will be prioritized based on
8
developer feedback.
9
10
-## Dynamic loading
11
- * Both load-time and run-time.
+## Dynamic linking
+ * [Dynamic loading](V1.md#code-loading-and-imports) is in [v.1](V1.md), but all loaded modules have
12
+ their own [separate heaps](V1.md#heap) and cannot share [function pointers](V1.md#function-pointers).
13
+ * Support both load-time and run-time (`dlopen`) dynamic linking.
14
* TODO
15
16
## Finer-grained control over memory
0 commit comments