stab-syms.c: Rewrite to improve performance. Shaves about 5% off gprof run
authorKen Raeburn <raeburn@cygnus>
Tue, 14 Mar 1995 11:02:19 +0000 (11:02 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 14 Mar 1995 11:02:19 +0000 (11:02 +0000)
time, according to gprof itself, on i486-netbsd.

bfd/ChangeLog

index 55a5f773fb2d23520ad8c968f681d23b155ed72f..abf796d0df67a0cd57484933af0ba4f09078ed34 100644 (file)
@@ -1,3 +1,10 @@
+Tue Mar 14 05:54:33 1995  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
+
+       * stab-syms.c (aout_stab_name): Moved aout_stab_names to be local
+       to this function.  Recoded function to stop using table, to
+       improve performance (on i486-netbsd host).  Left old version
+       intact under "#if 0" for further performance testing.
+
 Mon Mar 13 13:48:49 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * elfcode.h (write_relocs): Make static.  Use PTR argument as a
This page took 0.027617 seconds and 4 git commands to generate.