Non-PIC building of PHP

php.internals

Sebastian Bergmann

20 years ago
Could someone, possibly Rasmus, please comment on this Gentoo issue? http://bugs.gentoo.org/show_bug.cgi?id=92776 Thanks!
-- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Jani Taskinen

20 years ago
On Sun, 16 Oct 2005, Sebastian Bergmann wrote:
> > Could someone, possibly Rasmus, please comment on this Gentoo issue? > > http://bugs.gentoo.org/show_bug.cgi?id=92776 > > Thanks!
What issue? If people wanna mess with the CFLAGS, it's their problem. Or is it about the non-pic/pic performance difference? --Jani

Sebastian Bergmann

20 years ago
Jani Taskinen schrieb:
> Or is it about the non-pic/pic performance difference?
It is.
-- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

Jani Taskinen

20 years ago
On Sun, 16 Oct 2005, Sebastian Bergmann wrote:
> > Jani Taskinen schrieb: >> Or is it about the non-pic/pic performance difference? > > It is.
Well, that's expected. Nothing unusual there. --Jani

Rasmus Lerdorf

20 years ago
Sebastian Bergmann wrote:
> Could someone, possibly Rasmus, please comment on this Gentoo issue? > > http://bugs.gentoo.org/show_bug.cgi?id=92776
Not sure what I am supposed to comment on here. They seem to have reproduced the performance problems of building PHP PIC. Whether it is because we have too many functions bouncing through the plt or not, I don't know, but the fact that -Bsymbolic made no difference on the numbers would hint at that not being the problem. -Rasmus