Commit graph

4248 commits

Author SHA1 Message Date
Justin Ethier
dd772305b5 Compile, but without any inter-function opts 2018-10-15 17:05:52 -04:00
Justin Ethier
4f1b62b1f4 WIP 2018-10-15 13:38:15 -04:00
Justin Ethier
0c7d808f0e Baseline of ack benchmark file 2018-10-15 11:10:07 -04:00
Justin Ethier
3879759ccc Demonstrate initiatng GC 2018-10-13 18:03:26 -04:00
Justin Ethier
27a9e7abd5 WIP 2018-10-12 17:13:27 -04:00
Justin Ethier
bc72afcca0 Fixes to explicitly pass closure to host functions 2018-10-12 13:03:07 -04:00
Justin Ethier
da65f85d0a Fixes for host functions 2018-10-12 13:02:03 -04:00
Justin Ethier
725645c2fe WIP 2018-10-12 12:10:40 -04:00
Justin Ethier
390be44b2c WIP 2018-10-11 18:49:40 -04:00
Justin Ethier
b7b844b16e Adding cases for host function closures 2018-10-11 18:25:25 -04:00
Justin Ethier
0fcdb13eae WIP 2018-10-11 16:22:27 -04:00
Justin Ethier
108b19025e Added pc field for future host function support. 2018-10-11 12:51:59 -04:00
Justin Ethier
e4ba8d75c2 New test file 2018-10-10 13:28:46 -04:00
Justin Ethier
536fa42f64 Added TODO 2018-10-09 17:22:47 -04:00
Justin Ethier
164f7ef5a7 Added clean directive, debug level 2018-10-09 10:01:26 -04:00
Justin Ethier
c4a952fba0 WIP 2018-10-08 18:49:59 -04:00
Justin Ethier
7404f229d8 WIP 2018-10-08 12:52:56 -04:00
Justin Ethier
772c9de1fc WIP 2018-10-08 12:46:44 -04:00
Justin Ethier
a4310da223 Initial file, autogen via cyclone 2018-10-08 12:24:05 -04:00
Justin Ethier
c09851a3de Definitions to support C host functions 2018-10-06 18:14:30 -04:00
Justin Ethier
80ac3ef86f Added notes 2018-10-05 17:32:28 -04:00
Justin Ethier
cb62cadf97 Initial file 2018-10-04 13:29:07 -04:00
Justin Ethier
6e33b6b26f WIP 2018-10-04 13:28:24 -04:00
Justin Ethier
5a0d685412 WIP 2018-10-04 11:12:13 -04:00
Justin Ethier
15b5789e8d Revert previous changed due to issues with SRFI 143
Unit tests fail with the previous change in place...
2018-10-04 11:11:16 -04:00
Justin Ethier
657c6c0dad WIP 2018-10-03 18:34:09 -04:00
Justin Ethier
5cdcf963af Bump to 0.9.4 2018-10-03 09:47:57 -04:00
Justin Ethier
b69f4f7233 Prevent segfault on ARM 2018-10-02 18:59:33 -04:00
Justin Ethier
2aaeababb9 WIP 2018-10-02 18:46:47 -04:00
Justin Ethier
ba994b9d36 Issue #278 - Fix compiler warning 2018-10-02 11:28:07 -04:00
Justin Ethier
5bfc61ccb3 Releasing 0.9.3 2018-10-01 17:05:57 -04:00
Justin Ethier
40efdc30b1 Issue #277 2018-10-01 17:21:16 -04:00
Justin Ethier
d9b0adc8c1 Issue #277 2018-10-01 17:05:52 -04:00
Justin Ethier
2f0537d6b1 Issue #262 2018-10-01 17:01:48 -04:00
Justin Ethier
9e0a5c77d3 Issue #262 2018-10-01 16:48:02 -04:00
Justin Ethier
db1cfb57b8 Staging file 2018-10-01 13:41:28 -04:00
Justin Ethier
ffb15e8d87 New test file 2018-10-01 13:21:01 -04:00
Justin Ethier
54e32106f5 Remove debug trace 2018-10-01 12:26:11 -04:00
Justin Ethier
ad6e2c5f78 Added return_direct_with_clo and return_direct_with_obj 2018-09-28 11:53:54 -04:00
Justin Ethier
03b4f21b66 Make it easier to enable/disable WKL 2018-09-27 17:49:04 -04:00
Justin Ethier
3b1f124b6a Check for prim:cont when known function is called via k 2018-09-27 17:32:04 -04:00
Justin Ethier
0a9cd2a6b7 Well-known lambdas cannot be called from runtime 2018-09-27 15:57:51 -04:00
Justin Ethier
7a8c4e45f6 Check scope when finding known lambdas
Want to ensure a lambda is not used in another function other than the one we thought was calling it directly, because if this happens it will become part of a closure and is not directly "known".
2018-09-26 17:39:35 -04:00
Justin Ethier
e49a319ec6 Enable well-known-function code 2018-09-26 13:18:52 -04:00
Justin Ethier
31e99da295 Bugfix - swap when we use num-lambda 2018-09-26 12:25:08 -04:00
Justin Ethier
92fb2c176d WIP 2018-09-26 11:10:49 -04:00
Justin Ethier
ea7f401e77 Use ast lambda ID's in C code 2018-09-25 18:43:18 -04:00
Justin Ethier
62145ea95a Bugfix, forgot acc 2018-09-25 17:54:28 -04:00
Justin Ethier
bba1783a49 Added adb lambda id functions 2018-09-25 17:38:28 -04:00
Justin Ethier
cb9d143187 WIP 2018-09-25 17:42:19 -04:00