From 86058a2d0cb92466b4e8a316b21562a79c7559b9 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 8 Feb 1999 10:34:55 +0000 Subject: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let them ask for insanity (untested) p4raw-id: //depot/perl@2832 --- hints/machten.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'hints/machten.sh') diff --git a/hints/machten.sh b/hints/machten.sh index f283873699..767283792b 100644 --- a/hints/machten.sh +++ b/hints/machten.sh @@ -64,13 +64,6 @@ usemymalloc=${usemymalloc:-y} # Do not wrap the following long line malloc_cflags='ccflags="$ccflags -DPLAIN_MALLOC -DNO_FANCY_MALLOC -DUSE_PERL_SBRK"' -# Note that an empty malloc_cflags appears in config.sh if perl's -# malloc() is not used. his is harmless. -case "$usemymalloc" in -n) unset malloc_cflags;; -*) ccflags="$ccflags -DHIDEMYMALLOC" -esac - # When MachTen does a fork(), it immediately copies the whole of # the parent process' data space for the child. This can be # expensive. Using vfork() where appropriate avoids this cost. -- cgit v1.2.1