Displaying 2 results from an estimated 2 matches for "initspy".
Did you mean:
inits
2009 Jan 31
0
[LLVMdev] -O4 -fvisibility=hidden
...ODINIT_FUNC
init_tkinter(void)
--- sparky/c++/python.cc.orig 2009-01-30 22:23:07.000000000 -0500
+++ sparky/c++/python.cc 2009-01-30 22:23:36.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...
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