Displaying 2 results from an estimated 2 matches for "sparky_method".
Did you mean:
sparky_methods
2009 Jan 31
0
[LLVMdev] -O4 -fvisibility=hidden
....000000000 -0500
@@ -3566,6 +3566,9 @@
// Initialization routine called by python when module is dynamically loaded.
//
extern "C" void initspy()
+__attribute__((visibility("default")));
+
+extern "C" void initspy()
{
this_module = Py_InitModule("spy", sparky_methods);
Py_XINCREF(this_module);
Tk/Python driven software appears very friendly to -fvisibility=hidden.
Are there any particular optimization options that one should use besides
-O4 -fvisibility=hidden to enable all of the possible llvm Link Time Optimizations?
Also, I assume that one only needs to...
2009 Jan 31
2
[LLVMdev] -O4 -fvisibility=hidden
On Mon, Jan 26, 2009 at 09:57:28AM -0800, Devang Patel wrote:
> Hi Jack,
>
> On Jan 25, 2009, at 10:00 AM, Jack Howarth wrote:
>
> > Doing that changes the error messages into a bus
> > error on the darwin linker.
>
>
> Pl. file bugzilla report (or radar) with a reproducible test case so
> that we can investigate this linker crash.
>
> As you