emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/README.GC [Boehm-GC]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/README.GC [Boehm-GC]
Date: Mon, 16 Jun 2003 14:20:21 -0400

Index: emacs/README.GC
diff -c emacs/README.GC:1.1.2.1 emacs/README.GC:1.1.2.2
*** emacs/README.GC:1.1.2.1     Tue Jun 10 18:57:42 2003
--- emacs/README.GC     Mon Jun 16 14:20:21 2003
***************
*** 81,83 ****
--- 81,88 ----
  conservative stack scanning.
  
  Don't know if this can work without NO_UNION_TYPE.
+ 
+ Might be worth allowing XGC_MALLOC to allocate using mmap (in an
+ already-dumped Emacs), since the address doesn't have to fit into
+ EMACS_INT and that might save significant allocation in precious Lisp
+ address space.  Should be able to do similarly with string data.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]