search for: getconstructorstorun

Displaying 1 result from an estimated 1 matches for "getconstructorstorun".

2020 Jan 17
6
ORC JIT Weekly #1
...nitializers: - Add support for running initializers from object files, which will enable loading and caching of objects containing initializers. - Improve support for platform-specific initializer kinds like Objective-C +load methods. - Switch from a push (“runConstructors”) to a pull model (“getConstructorsToRun”) for initializer execution. This will allow JIT’d code to “dlopen” other JIT’d code and run the initializers on the expected thread, which is important for JIT’ing code that uses threads and locks in initializers. - Improve adherence to static/dynamic linker rules: Weak symbol resolution across J...