Power Developer
https://powerdeveloper.org/forums/

redirect function calls from glibc -> libfreevec?
https://powerdeveloper.org/forums/viewtopic.php?f=23&t=492
Page 1 of 1

Author:  Cenrim [ Sat Feb 04, 2006 10:02 pm ]
Post subject:  redirect function calls from glibc -> libfreevec?

hoi guys!

so, thanks to Konstantinos Margaritis we got some pretty fast functions, which could replace the normal ones in glibc and others and speed up a wide range of programs.. but how to use them?
link programs explicitly against libfreevec?

so what about taking function calls to glibc functions Markos already optimized and redirect them to libfreevec, boosting all the progs using glibc?
shouldn't this be possible by modifying header files or something?
unfortunately, I got nearly no clue about this stuff, but maybe it's a idea someone could use or at tell me why not :wink:

well, gotta sleep, 5AM..
good night!

Author:  morgoth6 [ Sun Feb 05, 2006 1:44 pm ]
Post subject: 

You can try to use ld.preload feature to globaly replace functions to freevec. I give a try to this idea some time ago without success almost all programs crashed after that :(

Author:  kcg [ Mon Feb 06, 2006 12:13 pm ]
Post subject: 

Quote:
You can try to use ld.preload feature to globaly replace functions to freevec. I give a try to this idea some time ago without success almost all programs crashed after that :(
Probably your glibc and your freevec were not ABI compatible that time. If glibc ABI compatibility is not the goal of freevec project, then you will probably need to merge its implementation piece-by-piece back to your glibc.
Anyway, before going to do so, please search hard if anybody already did not do it. :-)
Cheers,
Karel

Page 1 of 1 All times are UTC-06:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/