Justin Ethier
|
32330ca971
|
Allow new +-*/ ops to support immediate integers
|
2016-03-17 20:29:22 -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
|
9e27db1025
|
Equivalent string->number functions
|
2016-03-17 01:43:30 -04:00 |
|
Justin Ethier
|
aabbc88cae
|
Support both types of ints
|
2016-03-15 23:02:01 -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 Ethier
|
4648ca1808
|
WIP
|
2016-03-15 21:39:47 -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
|
d0efac2035
|
More compatibility for integer value types
|
2016-03-14 22:55:09 -04:00 |
|
Justin Ethier
|
104ee22b5f
|
Starting immediate int conversion
Also rewrote numeric computation functions to generate via a C macro
|
2016-03-14 22:07:28 -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
|
24c081b9d4
|
Added list of benchmarks
|
2016-03-14 22:08:46 -04:00 |
|
Justin Ethier
|
0dea5d82c6
|
Optimize (if (not a) b c)
|
2016-03-12 02:48:44 -05:00 |
|
Justin Ethier
|
160e4a560a
|
WIP
|
2016-03-12 00:13:27 -05:00 |
|
Justin Ethier
|
a12f552200
|
WIP
|
2016-03-11 23:01:46 -05:00 |
|
Justin Ethier
|
c44d5d5427
|
Call CPS optimization code from main program
|
2016-03-10 21:29:47 -05:00 |
|
Justin Ethier
|
4c2b56b19e
|
Test optimization changes
|
2016-03-11 02:19:20 -05:00 |
|
Justin Ethier
|
4e9a209f43
|
First start at CPS optimization
|
2016-03-10 23:50:13 -05:00 |
|
Justin Ethier
|
f6c79dd05f
|
Revised TODO items
|
2016-03-10 02:50:29 -05:00 |
|
Justin Ethier
|
3d126a5ae5
|
Initial file
|
2016-03-09 23:38:06 -05:00 |
|
Justin Ethier
|
84455a6092
|
WIP
|
2016-03-08 21:08:24 -05:00 |
|
Justin Ethier
|
b689a3bcde
|
WIP
|
2016-03-09 03:46:27 -05:00 |
|
Justin Ethier
|
da33c95e31
|
Inspecting generated code
|
2016-03-09 03:42:20 -05:00 |
|
Justin Ethier
|
717bd66277
|
Revised final major GC section
|
2016-03-09 00:03:40 -05:00 |
|
Justin Ethier
|
3f2bddea8b
|
WIP
|
2016-03-07 22:58:54 -05:00 |
|
Justin Ethier
|
285f02158d
|
WIP
|
2016-03-07 23:45:01 -05:00 |
|
Justin Ethier
|
cf2cb18ee5
|
Initial file
|
2016-03-07 23:11:51 -05:00 |
|
Justin Ethier
|
23fd4268a3
|
More conservative locking when collector cooperates
Try to prevent cases where the mutator and collector are both running minor GC at the same time.
|
2016-03-04 21:58:31 -05:00 |
|
Justin Ethier
|
109d94db59
|
Initial file
|
2016-03-04 20:35:13 -05:00 |
|
Justin Ethier
|
b561bcd09a
|
Initial file
|
2016-03-04 20:34:52 -05:00 |
|
Justin Ethier
|
bc26daa71f
|
Limit GC tracing
|
2016-03-03 22:38:54 -05:00 |
|
Justin Ethier
|
47f43d54c0
|
Only generate call history for top-level (or library) defines
|
2016-03-03 22:38:33 -05:00 |
|
Justin Ethier
|
38099bb3c6
|
Fixed compiler warnings
|
2016-03-03 21:49:48 -05:00 |
|
Justin Ethier
|
edca776b42
|
Removed debug code
|
2016-03-03 20:48:14 -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
|
fa933278a3
|
WIP
|
2016-03-03 20:19:17 -05:00 |
|
Justin Ethier
|
758bb25ba9
|
Tweaking GC parameters, but not done yet
|
2016-03-02 23:02:17 -05:00 |
|
Justin Ethier
|
6376a0eb2c
|
Qualify logging as verbose
|
2016-03-02 21:25:05 -05:00 |
|
Justin Ethier
|
64e0255d69
|
Minor GC's happen all the time - logging is verbose
|
2016-03-02 21:23:15 -05:00 |
|
Justin Ethier
|
c9a69ae208
|
Added debug flag to get GC thread PID
|
2016-03-02 21:21:05 -05:00 |
|
Justin Ethier
|
127acb143e
|
Add GC safety check before clearing major GC vars
|
2016-03-02 19:35:14 -05:00 |
|
Justin Ethier
|
abdce5d978
|
Prevent "too many arguments" errors
Use folds instead of apply to prevent errors with too many arguments passed.
|
2016-03-01 22:09:26 -05:00 |
|
Justin Ethier
|
9720387420
|
Added a note
|
2016-03-01 23:53:09 -05:00 |
|
Justin Ethier
|
3b2061450b
|
Revising first section
|
2016-03-01 21:37:27 -05:00 |
|
Justin Ethier
|
54c3779410
|
Revisions
|
2016-03-01 21:32:39 -05:00 |
|