Commit graph

1871 commits

Author SHA1 Message Date
Justin Ethier
9f4991724e string/utf8 - allow zero length results 2016-03-28 21:35:08 -04:00
Justin Ethier
822ac63e9a Added utf8 primitives to eval 2016-03-29 02:35:52 -04:00
Justin Ethier
2376694066 Replace maps with folds 2016-03-29 01:46:40 -04:00
Justin Ethier
c0afe8eef5 Have utf8 stubs now 2016-03-29 01:09:46 -04:00
Justin Ethier
6c91607d9b bugfix 2016-03-29 01:09:07 -04:00
Justin Ethier
8ef3cb7e61 utf8/string functions 2016-03-29 00:32:50 -04:00
Justin Ethier
f2f5e191bd Added utf8/string stubs 2016-03-28 23:51:37 -04:00
Justin Ethier
5f5d16a03a Try reducing heap size to 16 MB / page 2016-03-26 00:21:06 -04:00
Justin Ethier
d7b5cda3ae Use flag to control printing of GC exit stats 2016-03-25 23:22:28 -04:00
Justin Ethier
42faaae217 Do not include free sizes of 0 in min count 2016-03-25 23:19:10 -04:00
Justin Ethier
a8946428c5 Report used size 2016-03-25 22:18:42 -04:00
Justin Ethier
1ce9fee354 Added gc_print_stats 2016-03-25 22:13:56 -04:00
Justin Ethier
cb9db55a79 Revised first paragraph 2016-03-25 02:39:00 -04:00
Justin Ethier
2fe66e08c7 Added datum comments 2016-03-24 23:17:42 -04:00
Justin Ethier
8b43a0d4ac Added (parse-literal-identifier) 2016-03-24 21:12:14 -04:00
Justin Ethier
dbf77ce999 Be more careful about optimizing-out functions 2016-03-23 22:52:08 -04:00
Justin Ethier
b809dcb908 Updated comments 2016-03-24 03:22:18 -04:00
Justin Ethier
a568cfda64 Tweaked bounds checking for bytevector-copy 2016-03-24 02:20:45 -04:00
Justin Ethier
c1b98df688 Added bytevector-copy 2016-03-24 02:02:04 -04:00
Justin Ethier
2aa9276132 Issue with top-level 2016-03-24 01:53:05 -04:00
Justin Ethier
4b7cc58214 WIP 2016-03-24 01:50:01 -04:00
Justin Ethier
b4ca192000 WIP 2016-03-24 01:22:42 -04:00
Justin Ethier
4f46e124fa Core function for bytevector-copy 2016-03-24 01:09:14 -04:00
Justin Ethier
53b65df391 bytevector support 2016-03-24 00:47:10 -04:00
Justin Ethier
e59ce36cb9 Fixes for u8-set 2016-03-24 00:45:58 -04:00
Justin Ethier
0b38fa2b32 Tests pass now 2016-03-24 00:16:29 -04:00
Justin Ethier
e9ed4abcc5 bytevector fixes 2016-03-24 00:14:57 -04:00
Justin Ethier
fe0abb2d3e WIP 2016-03-23 23:00:55 -04:00
Justin Ethier
56278989eb Integrating bytevector-append 2016-03-23 22:58:56 -04:00
Justin Ethier
0128ff32b5 Bugfix 2016-03-23 22:51:12 -04:00
Justin Ethier
1759cdaf9f Added bytevector-append to eval 2016-03-23 22:23:56 -04:00
Justin Ethier
0262ea944b Added bytevector-append 2016-03-23 22:21:14 -04:00
Justin Ethier
d3f1e7a1ca Consolidate code for (bytevector) 2016-03-23 22:01:08 -04:00
Justin Ethier
29f49d9704 Parse bytevectors correctly 2016-03-23 22:00:58 -04:00
Justin Ethier
87ce05aa21 Ensure u8's only deal with bytes 2016-03-23 20:58:23 -04:00
Justin Ethier
79101a2194 Bugfixes for bytevector 2016-03-23 20:48:25 -04:00
Justin Ethier
d184df6b4e WIP 2016-03-23 20:26:57 -04:00
Justin Ethier
1f85e6a957 Adding more bv prims 2016-03-22 22:45:36 -04:00
Justin Ethier
d3bbc46b29 Added more u8 primitives 2016-03-22 22:00:03 -04:00
Justin Ethier
d73686194b GC bytevectors 2016-03-23 03:53:04 -04:00
Justin Ethier
e92bd6cf7c Print bytevectors 2016-03-23 00:23:27 -04:00
Justin Ethier
f54bd39484 bytevectors 2016-03-22 23:23:09 -04:00
Justin Ethier
14abd06304 bytevector primitives 2016-03-22 23:16:18 -04:00
Justin Ethier
059f6d5321 u8 primitives 2016-03-22 23:07:29 -04:00
Justin Ethier
c59b01fe00 Beginning to add u8vector type 2016-03-22 21:54:32 -04:00
Justin Ethier
9889248cab Removed unused closure types 2016-03-22 21:49:12 -04:00
Justin Ethier
ab73e63f64 Placeholder for parsing bytevectors 2016-03-22 21:01:30 -04:00
Justin Ethier
d0914d863f Allow optional fill arg to (make-vector) in compiled code 2016-03-22 20:45:14 -04:00
Justin Ethier
943dd1aad5 Use new vector function 2016-03-22 20:07:37 -04:00
Justin Ethier
ea605b0737 Added Cyc_make_vector2 2016-03-22 19:53:32 -04:00