This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] libgomp: removing nodlopen flag for portability


On 5/2/07, Jakub Jelinek <jakub@redhat.com> wrote:
This is a bad idea, global-dynamic model is much slower than initial-exec.
How much slower? And do we care that much for the library itself?

You can LD_PRELOAD=libgomp.so.1 python ...

You know there are such things as plugins and plugins can be linked in with other shared libraries? This is exactly what Sebastian is doing. People who use his plugins are not going to do "LD_PRELOAD=libgomp.so.1" because it is a pain in the ass. Right now we basically are saying we don't support plugins compiled with openmp turned on which is wrong, we want people to write more code rather than less.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]