Mercurial > hg > xemacs-beta
comparison INSTALL @ 426:43177a4f3daf r21-2-21
Import from CVS: tag r21-2-21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:27:01 +0200 |
parents | 11054d720c21 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
425:22157a68eca2 | 426:43177a4f3daf |
---|---|
308 especially if your system's `mmap' implemntation is missing or | 308 especially if your system's `mmap' implemntation is missing or |
309 inefficient. Generally, it's best to go with the default | 309 inefficient. Generally, it's best to go with the default |
310 configuration for your system. You can tweak this based on how you | 310 configuration for your system. You can tweak this based on how you |
311 use XEmacs, and the memory and cpu resources available on your system. | 311 use XEmacs, and the memory and cpu resources available on your system. |
312 | 312 |
313 The `--use-system-malloc' option can be use to either enable or | 313 The `--with-system-malloc' option can be use to either enable or |
314 disable use of the system malloc. Generally, it's best to go with the | 314 disable use of the system malloc. Generally, it's best to go with the |
315 default configuration for your system. Note that on many systems | 315 default configuration for your system. Note that on many systems |
316 using the system malloc disables the use of the relocating allocator. | 316 using the system malloc disables the use of the relocating allocator. |
317 | 317 |
318 The `--use-debug-malloc' option can be used to link a special debugging | 318 The `--with-debug-malloc' option can be used to link a special debugging |
319 version of malloc. Debug Malloc is not included with XEmacs, is | 319 version of malloc. Debug Malloc is not included with XEmacs, is |
320 intended for use only by the developers and may be obtained from | 320 intended for use only by the developers and may be obtained from |
321 <URL:http://www.letters.com/dmalloc/>. | 321 <URL:http://www.letters.com/dmalloc/>. |
322 | 322 |
323 The `--debug' and `--error-checking' options are intended for use only | 323 The `--debug' and `--error-checking' options are intended for use only |