Changeset 6543
- Timestamp:
- May 12, 2007, 1:26:40 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/ppc-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/ppc-exceptions.c
r6513 r6543 577 577 if (newlimit > (natural) (a->high)) { 578 578 if (extend) { 579 natural extend_by = lisp_heap_gc_threshold; 579 inhibit = (signed_natural)(lisp_global(GC_INHIBIT_COUNT)); 580 natural extend_by = inhibit ? 0 : lisp_heap_gc_threshold; 580 581 do { 581 582 if (resize_dynamic_heap(a->active, (newlimit-oldlimit)+extend_by)) {
Note:
See TracChangeset
for help on using the changeset viewer.
