Ludovic Courtès
|
4a4849dbe0
Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-weiser-gc
|
16 년 전 |
Ludovic Courtes
|
e7bca22779
Use thread-local allocation (significant perf. improvement!); added the `boehm-gc.h' header.
|
18 년 전 |
Ludovic Courtes
|
184327a68d
Turn "all interior pointers" off (slight performance gain).
|
18 년 전 |
Ludovic Courtes
|
6cc80cb6ab
Removed the now-useless `scm_struct_free_*' functions.
|
19 년 전 |
Ludovic Courtes
|
5e67dc27e3
Added support for the free function of structures.
|
19 년 전 |
Ludovic Courtes
|
26224b3f5d
Merge from lcourtes@laas.fr--2005-mobile
|
19 년 전 |
Han-Wen Nienhuys
|
569aa529d5
Use word_2 to store mark bits for freeing structs and vtables in the
|
16 년 전 |
Andy Wingo
|
4650d11502
fix struct-ref and struct-set! on "light" structs
|
17 년 전 |
Kevin Ryde
|
651f2cd27d
merge from 1.8 branch
|
18 년 전 |
Ludovic Courtès
|
42ddb3cb8b
Changes from arch/CVS synchronization
|
18 년 전 |
Ludovic Courtès
|
d15ad007c9
Changes from arch/CVS synchronization
|
19 년 전 |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 년 전 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
20 년 전 |
Marius Vollmer
|
4e047c3e46
Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.
|
20 년 전 |
Marius Vollmer
|
9de87eea47
See ChangeLog from 2005-03-02.
|
20 년 전 |
Marius Vollmer
|
0345e278f4
* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,
|
20 년 전 |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
20 년 전 |
Marius Vollmer
|
cc95e00ac6
* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,
|
21 년 전 |
Marius Vollmer
|
8824ac88f0
* socket.c, rw.c, deprecated.h, validate.h
|
21 년 전 |
Marius Vollmer
|
b9bd8526f0
* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,
|
21 년 전 |
Marius Vollmer
|
e11e83f3d9
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
21 년 전 |
Marius Vollmer
|
a55c2b6809
* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
|
21 년 전 |
Marius Vollmer
|
93ccaef0c6
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
|
21 년 전 |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
21 년 전 |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 년 전 |
Rob Browning
|
a6f7f57d25
* struct.c: #include <config.h> if HAVE_CONFIG_H.
|
22 년 전 |
Mikael Djurfeldt
|
b4a1358cfb
* struct.c (scm_struct_prehistory): Init scm_i_structs_to_free to
|
22 년 전 |
Mikael Djurfeldt
|
53af825522
* struct.c (scm_struct_prehistory): Move scm_free_structs to
|
22 년 전 |
Mikael Djurfeldt
|
ea5c928530
* struct.c (scm_struct_gc_init): Removed.
|
22 년 전 |
Han-Wen Nienhuys
|
ffd724008b
* struct.h: change scm_structs_to_free to scm_i_structs_to_free
|
22 년 전 |