search for: py_xincref

Displaying 2 results from an estimated 2 matches for "py_xincref".

Did you mean: py_incref
2009 Jan 31
0
[LLVMdev] -O4 -fvisibility=hidden
...-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 compile the obje...
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