make/solaris/platform_i486.gcc

Wed, 13 Jun 2012 19:52:59 -0400

author
coleenp
date
Wed, 13 Jun 2012 19:52:59 -0400
changeset 3865
e9140bf80b4a
parent 545
a49a647afe9a
child 6876
710a3c8b516e
permissions
-rw-r--r--

7158800: Improve storage of symbol tables
Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance
Reviewed-by: pbk, kamg, dlong, kvn, fparain

duke@435 1 os_family = solaris
duke@435 2
duke@435 3 arch = x86
duke@435 4
duke@435 5 arch_model = x86_32
duke@435 6
duke@435 7 os_arch = solaris_x86
duke@435 8
duke@435 9 os_arch_model = solaris_x86_32
duke@435 10
duke@435 11 lib_arch = i386
duke@435 12
duke@435 13 compiler = gcc
duke@435 14
duke@435 15 sysdefs = -DSOLARIS -D_GNU_SOURCE -DIA32

mercurial