Skip to content

Commit 85b5ba6

Browse files
committed
comment
1 parent 4bbd4f5 commit 85b5ba6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/libdl/libdl.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ dlclose(void *handle)
6363
*
6464
* a real unloading is difficult without garbage collector
6565
* as linked modules can have circular dependencies via funcrefs.
66-
* probably should mark the object "unloaded" at least?
66+
*
67+
* probably we can mark the objects "unloaded" at least
68+
* so that they will be ignored for subsequent symbol lookup
69+
* attempts.
6770
*/
6871
}

0 commit comments

Comments
 (0)