search for: loader_2

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

Did you mean: loader_h
2009 Oct 30
0
[LLVMdev] JIT, incremental 'linking' and global variables.
...mis-configured or if it is simply not supported (and if it is not, it is planned to be supported)? Thanks, Philippe. PS. As a side note, clang inappropriately 'optimize away' something like: int func1() { return prinf("loading the file\n"); } static int loader_1 = func1(); int loader_2 = func2(); where loading a shared library containing this file should lead to the string "loading file" being printed twice, while with clang it is printed only once (the static int ... is not executed). -------------- next part -------------- A non-text attachment was scrubbed... Nam...