Hi Sai,
What I understand from the Swift runtime team is that unloading of Swift
executables is basically unsupported. There are a lot of challenges to getting
unloading right in general, because it can remove things like “constant”
strings and cause mysterious crashes.
- Tony
> On Aug 3, 201
Hi All,
I am trying to implement the unload() method in Bundle.The API document says that “unload dynamically unloads the executable which is supported from OS X v10.5 and later)”. I am wondering whether its applicable on linux ? If its applicable can CFBundleUnloadExecutable be used to unload