Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/jemalloc/lib Handle vax optimizer



details:   https://anonhg.NetBSD.org/src/rev/525eb59ed1e8
branches:  trunk
changeset: 449881:525eb59ed1e8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 27 15:30:19 2019 +0000

description:
Handle vax optimizer

diffstat:

 external/bsd/jemalloc/lib/Makefile.inc |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 1a92c33eb904 -r 525eb59ed1e8 external/bsd/jemalloc/lib/Makefile.inc
--- a/external/bsd/jemalloc/lib/Makefile.inc    Wed Mar 27 12:38:31 2019 +0000
+++ b/external/bsd/jemalloc/lib/Makefile.inc    Wed Mar 27 15:30:19 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2019/03/12 15:13:25 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2019/03/27 15:30:19 christos Exp $
 
 JEMALLOC:=${.PARSEDIR}/..
 
@@ -48,6 +48,12 @@
 COPTS.stats.c+=-Wno-error=stack-protector
 COPTS.tcache.c+=-Wno-error=stack-protector
 
+.if ${MACHINE_ARCH} == "vax"
+# in merge_overlapping_regs, at regrename.c
+COPTS.arena.c+=-O0
+COPTS.extent.c+=-O0
+.endif
+
 SRCS+=${JEMALLOC_SRCS}
 
 jemalloc.d jemalloc.pico jemalloc.o jemalloc.ln jemalloc.po jemalloc.go: \



Home | Main Index | Thread Index | Old Index