Skip to content

Commit 151c18d

Browse files
committed
docs: Document limitations of dynamic libraries
1 parent 99abfe8 commit 151c18d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/technical/dynamic_libraries.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,6 @@ may be noticeable. If the functions are big, this cost won't be noticeable.
159159

160160
- Libraries can't call functions from other libraries. This may be supported in
161161
the future.
162+
163+
- Libraries may use thread-local variables from the main binary, but they can't
164+
have their own thread-local variables.

0 commit comments

Comments
 (0)