After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689455 - build: Use -Bsymbolic-functions by default if available
build: Use -Bsymbolic-functions by default if available
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-01 19:47 UTC by Colin Walters
Modified: 2012-12-01 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Use -Bsymbolic-functions by default if available (2.41 KB, patch)
2012-12-01 19:47 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2012-12-01 19:47:20 UTC
While we have much larger performance problems right now, using
-Bsymbolic-functions to avoid internal PLT indirection is an easy win.

This is the same code that both GLib and GTK+ have.
Comment 1 Colin Walters 2012-12-01 19:47:21 UTC
Created attachment 230406 [details] [review]
build: Use -Bsymbolic-functions by default if available
Comment 2 Giovanni Campagna 2012-12-01 19:50:28 UTC
Review of attachment 230406 [details] [review]:

LGTM
Comment 3 Colin Walters 2012-12-01 20:49:08 UTC
Attachment 230406 [details] pushed as a5c220b - build: Use -Bsymbolic-functions by default if available