Justin Ethier
9d5b97fc74
Removed obsolete function
2016-03-21 21:32:26 -04:00
Justin Ethier
f11fec9f82
Cleaning up Cyc_length
2016-03-22 03:23:46 -04:00
Justin Ethier
1b92040258
API cleanup
2016-03-22 01:29:51 -04:00
Justin Ethier
739831ebe6
Removed redundant functions
2016-03-22 01:03:12 -04:00
Justin Ethier
735bd910b6
Converting integer_type returning primitives
2016-03-21 23:34:22 -04:00
Justin Ethier
88f1192c5e
64-bit compatibility for int value types
2016-03-20 22:44:08 -04:00
Justin Ethier
cdde675994
Integer value types
2016-03-17 22:51:31 -04:00
Justin Ethier
acf9de866e
Purge sum2 and friends
2016-03-17 21:11:24 -04:00
Justin Ethier
ad85ca9761
Alternate set of numeric functions
2016-03-16 22:52:05 -04:00
Justin Ethier
8f4e66a7f7
Removed dead code
2016-03-17 02:00:48 -04:00
Justin Ethier
b3b29ae15f
Removed string->number2
2016-03-17 01:56:11 -04:00
Justin Ethier
5d234d1509
WIP
2016-03-15 22:32:30 -04:00
Justin Ethier
6ed522accd
Alternate versions of string->number
2016-03-15 21:39:55 -04:00
justin
40b075ace9
More integer_type conversions
2016-03-15 10:48:58 -04:00
justin
33b56d24ea
More integer_type conversions
2016-03-15 10:15:47 -04:00
Justin Ethier
df44178302
Bugfix
2016-03-14 23:46:41 -04:00
Justin Ethier
a37b640737
Modify storage of chars
2016-03-14 23:33:41 -04:00
Justin Ethier
bc26daa71f
Limit GC tracing
2016-03-03 22:38:54 -05:00
Justin Ethier
7900d47589
Increase heap page to 32MB
2016-03-03 23:21:09 -05:00
Justin Ethier
e034459e81
Added GC thresholds
2016-03-03 23:11:35 -05:00
Justin Ethier
758bb25ba9
Tweaking GC parameters, but not done yet
2016-03-02 23:02:17 -05:00
Justin Ethier
be0384cd98
Add padding to integer_type
...
This will prevent assigning to forward() from possibly corrupting memory on 64-bit systems, because the 4-byte int type there does not have enough space to hold an 8-byte pointer.
2016-02-24 21:47:32 -05:00
Justin Ethier
76c84ad29e
Added optional arg to string->number
2016-02-23 00:06:45 -05:00
Justin Ethier
46e15ceffc
Added bin/oct/hex string->integer conversions
2016-02-19 21:59:10 -05:00
Justin Ethier
168e7d123d
Compiles on x86_64
2016-02-17 22:35:28 -05:00
Justin Ethier
5e087971e7
Fix compiler error on 64-bit
2016-02-16 22:52:25 -05:00
Justin Ethier
c98e186172
Relocated mutex primitives to srfi 18 lib
2016-02-16 23:51:28 -05:00
Justin Ethier
1df46b2d9f
Fixes to cond_var
2016-02-16 02:46:30 -05:00
Justin Ethier
8fdd2c46ba
Added condition variable type
2016-02-16 01:09:02 -05:00
Justin Ethier
88f5d29930
Experimental changes
2016-02-04 23:40:59 -05:00
Justin Ethier
1a2994d27b
Added square and expt as well as a macro to unbox numbers.
2016-01-28 22:54:33 -05:00
Justin Ethier
48e88d41a7
Added round, ceil, floor, truncate
2016-01-24 22:24:12 -05:00
Justin Ethier
a1ae377352
Added inexact module
2016-01-22 21:34:19 -05:00
Justin Ethier
7ce9b1e389
WIP
2016-01-21 21:57:42 -05:00
Justin Ethier
dcf4bfafcf
Cleanup of blocked/runnable api
2016-01-21 21:36:55 -05:00
Justin Ethier
4b4c7db062
Make API consistent
2016-01-22 03:21:27 -05:00
Justin Ethier
4ed90f58f8
Added blocked/runnable macros
2016-01-20 23:48:10 -05:00
Justin Ethier
76bbca68e5
Cyc-minor-gc is now part of (srfi 18)
...
It makes more sense here than as a primitive, since threading is the only place you would need to trigger this from application code.
2016-01-18 22:40:59 -05:00
Justin Ethier
1e71ff3fd3
Move thread-sleep! to 18.sld
2016-01-18 22:18:39 -05:00
Justin Ethier
ea45546c62
Experimenting with explicit heap copying
2016-01-15 22:43:21 -05:00
Justin Ethier
2019b84149
Removed dead code
2016-01-11 22:39:37 -05:00
Justin Ethier
a9d575d3a9
Removed Cyc_current_exception_handler2
2016-01-12 03:29:10 -05:00
Justin Ethier
02317f940d
Transitioning away from Cyc_current_exception_handler2
2016-01-12 03:26:55 -05:00
Justin Ethier
87c266a44a
Adding exception stack to thread data
2016-01-12 03:21:36 -05:00
Justin Ethier
ef7adf298c
Cleanup
2016-01-11 20:27:41 -05:00
Justin Ethier
2f72b30f23
Build-out of time library
2016-01-10 21:29:45 -05:00
Justin Ethier
e28951a8d5
Move the mutation table into thread data.
2016-01-04 22:54:23 -05:00
Justin Ethier
a889d6fb6f
Refactoring
...
Renamed cyc_start_thread to cyc_start_trampoline to be more clear about what the function actually does.
2016-01-03 22:56:34 -05:00
Justin Ethier
ef61c578c5
Build-out of mutex lock/unlock
2016-01-03 00:02:19 -05:00
Justin Ethier
9402805af3
Mutex stubs
2016-01-02 22:13:45 -05:00