Commit graph

2207 commits

Author SHA1 Message Date
Mark Meyer
8cc05744c6 rump documentation for srfi-9 2016-08-08 19:38:17 +02:00
Justin Ethier
a8062e3f13 Issue #93 - Type-check call/cc argument 2016-08-05 23:31:15 -04:00
Justin Ethier
0d81c9be1b Added Cyc_check_proc 2016-08-05 23:30:53 -04:00
Justin Ethier
dca6114788 Added more definitions 2016-08-05 19:47:26 -04:00
Justin Ethier
503adf83c9 New file 2016-08-04 18:15:08 -04:00
Justin Ethier
eb13e4ce97 Simple script to get results data 2016-08-05 00:06:49 -04:00
Justin Ethier
fd71dc336f Refactoring 2016-08-04 20:22:52 -04:00
Justin Ethier
693a22f0fb Bump to 0.1.6 2016-08-03 18:15:19 -04:00
Justin Ethier
ba4d06af0b Revised 2016-08-03 17:10:27 -04:00
Justin Ethier
0893b28c52 Bump version number 2016-08-03 17:05:57 -04:00
Justin Ethier
a617ba6941 Fix compiler warning 2016-08-04 00:30:39 -04:00
Justin Ethier
e36d497aa6 Revised wording 2016-08-03 20:36:17 -04:00
Justin Ethier
12b44cd04a WIP 2016-08-02 18:54:10 -04:00
Justin Ethier
cc2b5024cb WIP 2016-08-02 18:38:54 -04:00
Justin Ethier
6ec9d8ed30 WIP 2016-08-02 18:25:27 -04:00
Justin Ethier
560667eef6 Only use 96-byte object heap on 64-bit platforms 2016-08-03 03:23:16 -04:00
Justin Ethier
4049304095 Added TODO 2016-08-03 00:11:48 -04:00
Justin Ethier
d9c27b7756 Added notes 2016-08-02 21:49:57 -04:00
Justin Ethier
918e78cb21 Added another size heap (96 bytes) 2016-08-01 18:48:58 -04:00
Justin Ethier
ffb5b36869 WIP 2016-08-02 03:34:26 -04:00
Justin Ethier
a034b85d25 Added notes 2016-08-02 03:32:37 -04:00
Justin Ethier
ab2d3a328c Added notes 2016-08-02 02:11:31 -04:00
Justin Ethier
352203bd32 Added additional debugging 2016-08-02 01:34:32 -04:00
Justin Ethier
dc8f4c02a1 Additional debug information 2016-08-01 21:06:35 -04:00
Justin Ethier
656a7f01d4 WIP 2016-07-31 19:04:51 -04:00
Justin Ethier
9eaa1ba47c Use -O2 2016-07-30 19:34:57 -04:00
Justin Ethier
bd74d90100 Replace GC_DEBUG_PRINTFS with GC_DEBUG_TRACE 2016-07-30 19:13:23 -04:00
Justin Ethier
09807899d0 Fixes to debug code 2016-07-30 18:24:07 -04:00
Justin Ethier
44dd3de7ac Added comments 2016-07-30 17:10:43 -04:00
Justin Ethier
6643eeb083 Fix and attempt to improve (if) optimization 2016-07-29 19:05:50 -04:00
Justin Ethier
0fb83a8100 Optimize (if #f x y) to just y 2016-07-29 18:52:00 -04:00
Justin Ethier
c1451e26ae Externalize gcc commands 2016-07-29 17:56:28 -04:00
Justin Ethier
6a50eff1e0 Fix compilation of Cyc-compilation-environment 2016-07-29 17:36:23 -04:00
Justin Ethier
5eeef5d992 Added (Cyc-compilation-environment) 2016-07-30 03:12:17 -04:00
Justin Ethier
b96a9fcedd Added Cyc_compilation_environment() 2016-07-30 01:48:27 -04:00
Justin Ethier
e13f46b39e Cleanup, added internal compilation commands 2016-07-30 00:59:01 -04:00
Justin Ethier
50ed9b639f Added string-replace-all 2016-07-29 23:33:04 -04:00
Justin Ethier
3beec26ba5 Use safe cxr functions 2016-07-29 22:51:16 -04:00
Justin Ethier
c90679a851 Added libck 2016-07-29 22:39:46 -04:00
Justin Ethier
732a7b7b3b Remove extraneous bullet 2016-07-29 22:37:15 -04:00
Justin Ethier
05f1aa576d Added new sections 2016-07-29 22:35:50 -04:00
Justin Ethier
129f02d70d Added safe cxr macros 2016-07-29 19:57:15 -04:00
Justin Ethier
3cceb2f84c Eliminate compiler warning 2016-07-29 03:16:42 -04:00
Justin Ethier
324702896a Add expected definitions 2016-07-29 03:12:44 -04:00
Justin Ethier
b325101fcb Use safe car/cdr 2016-07-29 02:42:35 -04:00
Justin Ethier
fe65274c77 Added Cyc_car / Cyc_cdr 2016-07-28 23:34:03 -04:00
Justin Ethier
9c04662938 Use fgets for read-line 2016-07-26 21:36:33 -04:00
Justin Ethier
fa24f4db37 Unsafe cell functions 2016-07-25 23:26:43 -04:00
Justin Ethier
facaf608ae Define gc_collector_mark_gray as static
This is a commonly used function that the C compiler may be able to better optimize, such as inline, now that it is guaranteed to only be used within the gc.c module.
2016-07-25 21:46:30 -04:00
Justin Ethier
1fa07c1e0f Handle error better 2016-07-24 22:20:45 -04:00