Re: [swift-corelibs-dev] Query on Bundle.unload()

2016-08-08 Thread Tony Parker via swift-corelibs-dev
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

[swift-corelibs-dev] Query on Bundle.unload()

2016-08-03 Thread Sai Kanduri via swift-corelibs-dev
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