smaller default relocatable buffer - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2015年02月07日 09:59:00 -0500
committerCamm Maguire <camm@debian.org>2015年02月07日 09:59:00 -0500
commit6c80891ca71455fd62f2d7da79cc5294903caac2 (patch)
tree41e9ac7bd31061271f8a23b0bf6ddcddd4e67011
parent0b30f757c0cb5426c86720cf782f3d5b88c72131 (diff)
downloadgcl-relocatable_cons1.tar.gz
smaller default relocatable bufferrelocatable_cons1
Diffstat
-rw-r--r--gcl/o/alloc.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/o/alloc.c b/gcl/o/alloc.c
index 2a14df6a8..b2ecb3850 100644
--- a/gcl/o/alloc.c
+++ b/gcl/o/alloc.c
@@ -526,7 +526,7 @@ alloc_from_freelist(struct typemanager *tm,fixnum n) {
default:
if (tm==tm_table+t_cons && sSAstatic_relocatable_bufferA) {
if (sSAstatic_relocatable_bufferA->s.s_dbind==Cnil) {
- sSAstatic_relocatable_bufferA->s.s_dbind=(VFUN_NARGS=4,FFN(fSmake_vector1)(make_fixnum(4000000),fSget_aelttype(sLfixnum),Ct,make_fixnum(0)));
+ sSAstatic_relocatable_bufferA->s.s_dbind=(VFUN_NARGS=4,FFN(fSmake_vector1)(make_fixnum(400000),fSget_aelttype(sLfixnum),Ct,make_fixnum(0)));
}
if (sSAstatic_relocatable_bufferA->s.s_dbind!=Cnil) {
if (sSAstatic_relocatable_bufferA->s.s_dbind->v.v_fillp==sSAstatic_relocatable_bufferA->s.s_dbind->v.v_dim/2)
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月01日 17:56:50 +0000

AltStyle によって変換されたページ (->オリジナル) /