| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (emacs_blocked_malloc): Set __malloc_extra_blocks here. | Richard M. Stallman | 1995-02-06 | 1 | -1/+97 |
| | | | | | | | | | | | | | | | | | | | (malloc_hysteresis): New variable. (init_alloc_once): Initialize malloc_hysteresis. (buffer_memory_full): New function. (refill_memory_reserve): New function. (SPARE_MEMORY): New macro. (emacs_blocked_free): If no spare_memory now, and enough free space is available, get a new spare. (__malloc_size_t, _bytes_used): Declared. (bytes_used_when_full): New variable. (syms_of_alloc): Improve memory exhausted error message. (init_alloc_once): Allocate spare_memory. (memory_full): Free spare_memory. | ||||
| * | (mark_perdisplays): New function. | Karl Heuer | 1995-02-03 | 1 | -1/+17 |
| | | | | | (Fgarbage_collect): Call it. | ||||
| * | (mark_object): Ignore Lisp_Misc_Display_Objfwd objects. | Karl Heuer | 1995-01-28 | 1 | -0/+1 |
| | | |||||
| * | Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. | Karl Heuer | 1995-01-18 | 1 | -6/+2 |
| | | |||||
| * | (Fpurecopy): Mask size field when copying pseudovector. | Karl Heuer | 1995-01-14 | 1 | -0/+2 |
| | | |||||
| * | Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit. | Karl Heuer | 1995-01-13 | 1 | -0/+4 |
| | | |||||
| * | (DONT_COPY_FLAG): Default this to 1. | Karl Heuer | 1995-01-13 | 1 | -9/+13 |
| | | | | | | | (mark_object): Use the same XOR expression as elsewhere. (gc_sweep): Don't touch DONT_COPY_FLAG here; this one is a real size field, not a mangled pointer. | ||||
| * | (DONT_COPY_FLAG): Fix typo. | Karl Heuer | 1995-01-11 | 1 | -1/+1 |
| | | |||||
| * | (Fgarbage_collect): Don't log the GC message. | Karl Heuer | 1995-01-11 | 1 | -3/+3 |
| | | |||||
| * | (DONT_COPY_FLAG): New bit flag. | Richard M. Stallman | 1995-01-11 | 1 | -8/+18 |
| | | | | | (mark_object, gc_sweep, compact_strings): Use it. | ||||
| * | (mark_object, mark_buffer): Don't mark buffer twice. | Karl Heuer | 1995-01-04 | 1 | -2/+5 |
| | | |||||
| * | (mark_object): Make `else' visible outside MULTI_FRAME. | Karl Heuer | 1995-01-03 | 1 | -1/+1 |
| | | |||||
| * | (mark_buffer, gc_sweep): Use BUF_INTERVALS. | Richard M. Stallman | 1995-01-02 | 1 | -8/+13 |
| | | | | | | | (mark_buffer): In indirect buffer, mark the base buffer. (mark_object): Make buffer case a branch of the Lisp_Vectorlike case. | ||||
| * | (mark_object): Don't use Lisp_Process, Lisp_Window. | Richard M. Stallman | 1994-12-30 | 1 | -70/+69 |
| | | | | | | Handle frames, compileds and subrs as branch of Lisp_Vectorlike case. (Fmake_byte_code): Use XSETCOMPILED. | ||||
| * | (mark_object): In a frame, mark the buffer_predicate. | Richard M. Stallman | 1994-12-21 | 1 | -3/+2 |
| | | | | | Don't mark the height and width fields. | ||||
| * | (Fpurecopy): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -4/+5 |
| | | | | | (mark_object): Use the new pseudovector convention. | ||||
| * | (Fpurecopy): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -40/+23 |
| | | |||||
| * | (Fmake_vector): Call allocate_vectorlike. | Karl Heuer | 1994-11-16 | 1 | -11/+22 |
| | | | | | (allocate_vectorlike): New function, extracted from Fmake_vector. | ||||
| * | (Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of its | Karl Heuer | 1994-11-16 | 1 | -9/+6 |
| | | | | | expansion. | ||||
| * | (free_float): Don't assume XFASTINT accesses the raw bits. | Karl Heuer | 1994-11-15 | 1 | -9/+8 |
| | | | | | (make_float, free_cons, Fcons, Fmake_symbol, gc_sweep): Likewise. | ||||
| * | (mark_object, gc_sweep): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -1/+18 |
| | | |||||
| * | (mark_object): New code to handle buffer-local substructure. | Karl Heuer | 1994-11-11 | 1 | -25/+59 |
| | | | | | (gc_sweep): Generalize marker code to handle other substructures. | ||||
| * | (mark_object): Use the new substructure. | Karl Heuer | 1994-10-12 | 1 | -8/+10 |
| | | |||||
| * | (MARKER_BLOCK_SIZE, marker_block, marker_free_list): Now refers to the | Karl Heuer | 1994-10-11 | 1 | -36/+69 |
| | | | | | | | | superset type, not just markers. (allocate_misc): New function, extracted from Fmake_marker. (Fpurecopy): Check the substructure. (clear_marks, mark_object, gc_sweep): Likewise. | ||||
| * | (mark_object): Delete case Lisp_Void. | Karl Heuer | 1994-10-06 | 1 | -1/+0 |
| | | |||||
| * | (mark_object): Delete case Lisp_Internal_Stream. | Karl Heuer | 1994-10-06 | 1 | -1/+0 |
| | | |||||
| * | (free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code, | Karl Heuer | 1994-10-04 | 1 | -13/+13 |
| | | | | | make_pure_float, mark_object, gc_sweep): Don't use XFASTINT as an lvalue. | ||||
| * | (VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol, | Karl Heuer | 1994-10-04 | 1 | -35/+32 |
| | | | | | | | Fmake_marker, make_uninit_string, make_pure_string, pure_cons, make_pure_float, make_pure_vector, mark_buffer, gc_sweep, compact_strings, Fmemory_limit): Use new accessor macros instead of calling XSET directly. | ||||
| * | (Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type test | Karl Heuer | 1994-09-27 | 1 | -4/+4 |
| | | | | | macros. | ||||
| * | (make_float, make_pure_float): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-20 | 1 | -2/+2 |
| | | |||||
| * | (pure, pure_size): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -30/+30 |
| | | | | | | | (free_float, free_cons, PAD, STRING_FULLSIZE, struct string_block) (make_pure_string, make_pure_vector, Fgarbage_collect, mark_object) (gc_sweep, compact_strings, Fmemory_limit): Use EMACS_INT. | ||||
| * | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | | |||||
| * | (mark_object, case frame): Mark menu_bar_vector field. | Richard M. Stallman | 1994-04-26 | 1 | -0/+1 |
| | | |||||
| * | (make_event_array): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -1/+2 |
| | | |||||
| * | (mark_object): Add no-op cast. | Richard M. Stallman | 1994-03-06 | 1 | -1/+3 |
| | | |||||
| * | (ARRAY_MARK_FLAG): Definition moved to lisp.h. | Richard M. Stallman | 1994-03-05 | 1 | -22/+0 |
| | | |||||
| * | (memory_signal_data): No longer static. | Richard M. Stallman | 1994-03-02 | 1 | -2/+3 |
| | | | | | (syms_of_alloc): Stick Qerror onto memory_signal_data. | ||||
| * | (memory_full): Use new variable memory_signal_data with precomputed value | Karl Heuer | 1994-02-28 | 1 | -1/+12 |
| | | | | | instead of trying to build it after memory is already exhausted. | ||||
| * | (Fgarbage_collect): Save echo_area_glyphs_length. | Karl Heuer | 1994-02-10 | 1 | -1/+2 |
| | | |||||
| * | (mark_object): Fetch obj from *objptr at loop, not at the gotos. | Karl Heuer | 1994-02-09 | 1 | -7/+7 |
| | | |||||
| * | (Fmemory_limit): No longer interactive. | Richard M. Stallman | 1993-12-25 | 1 | -1/+1 |
| | | |||||
| * | (make_pure_string): If we USE_TEXT_PROPERTIES, set the | Richard M. Stallman | 1993-11-10 | 1 | -0/+6 |
| | | | | | interval of the pure string to NULL_INTERVAL. | ||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | | |||||
| * | (mark_object): Declare ptr volatile, or don't use it | Richard M. Stallman | 1993-08-08 | 1 | -29/+16 |
| | | | | | after a recursive call. Delete the aborts if ptr is clobbered. | ||||
| * | (compact_strings): Add USE_TEXT_PROPERTIES conditional. | Richard M. Stallman | 1993-07-21 | 1 | -0/+2 |
| | | |||||
| * | Consistently use the mark bit of the root interval's parent field | Jim Blandy | 1993-07-18 | 1 | -21/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | to say whether or not the interval tree has been visited (and skip it when revisited), and the mark bit of the plist field to say whether or not that interval has been visited (and abort if revisited); don't try to use the plist mark bit for both meanings. * alloc.c (mark_interval_tree): Don't test if the interval tree has already been visited here; let the MARK_INTERVAL_TREE macro do that; avoid function call overhead. Mark the interval tree as having been visited by setting TREE->parent's mark bit. (MARK_INTERVAL_TREE): If the tree has been visited (according to I->parent's mark bit), don't call mark_interval_tree. (gc_sweep): Rebalance the interval trees of those large strings which are still alive. This also clears the mark bits of those trees' root intervals' parent fields. (compact_strings): Rebalance the interval tree of each small strings which is still alive. This also clears the mark bits of that tree's root interval's parent field. Since the string has moved, update the root interval's parent pointer to contain the new address. * lisp.h (struct interval): Doc fix; explain the roles of the mark bits of the parent and plist members. | ||||
| * | (mark_object) [DEBUG_MOLE]: Add abort at beginning. | Richard M. Stallman | 1993-07-14 | 1 | -0/+5 |
| | | |||||
| * | (mark_object): Add aborts in Lisp_Symbol case. | Richard M. Stallman | 1993-06-29 | 1 | -0/+8 |
| | | |||||
| * | * alloc.c (Fgarbage_collect): If the minibuffer is active, don't | Jim Blandy | 1993-06-21 | 1 | -1/+1 |
| | | | | | display the "...done" message; allow the minibuffer to show again. | ||||
| * | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
| | | |||||