Branch: Tag:

2002-11-24

2002-11-24 22:47:06 by Martin Stjernholm <mast@lysator.liu.se>

Changed some block_allocs to tune to memory pages.

Rev: src/backend.cmod:1.31
Rev: src/constants.c:1.44
Rev: src/constants.h:1.28
Rev: src/gc.c:1.189
Rev: src/interpret.c:1.283
Rev: src/las.c:1.315
Rev: src/mapping.c:1.155
Rev: src/multiset.c:1.59
Rev: src/multiset.h:1.29
Rev: src/object.c:1.210
Rev: src/object.h:1.75
Rev: src/pike_memory.c:1.127
Rev: src/program.c:1.462
Rev: src/program.h:1.169

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: program.c,v 1.461 2002/11/24 21:47:05 grubba Exp $ + || $Id: program.c,v 1.462 2002/11/24 22:47:06 mast Exp $   */      #include "global.h" - RCSID("$Id: program.c,v 1.461 2002/11/24 21:47:05 grubba Exp $"); + RCSID("$Id: program.c,v 1.462 2002/11/24 22:47:06 mast Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
62:    } \   }while(0)    - BLOCK_ALLOC(program, 104) + BLOCK_ALLOC_FILL_PAGES(program, 4)         /* #define COMPILER_DEBUG */