Commit graph

1201 commits

Author SHA1 Message Date
Justin Ethier
8359f7a6f9 WIP - emit AST lambda's from closure convert 2018-09-06 13:32:01 -04:00
Justin Ethier
8e75b435d7 WIP, emit AST lambda's from closure convert 2018-09-05 18:56:57 -04:00
Justin Ethier
a5489fca46 Issue #275 - Allow pretty printing of bytevectors 2018-09-05 18:00:55 -04:00
Justin Ethier
4cf407ebe6 Issue #275 - Return #f instead of raising error 2018-09-05 17:41:47 -04:00
Justin Ethier
9d606f9d43 Fix for AST output for wrap-mutables 2018-09-05 17:45:02 -04:00
Justin Ethier
cc1bfea6f0 Update (free-vars) to include AST support 2018-09-05 12:51:21 -04:00
Justin Ethier
7b76453591 WIP - passing AST lambda's to closure-convert 2018-09-04 19:00:22 -04:00
Justin Ethier
8f8df24b15 WIP, generate proper AST output from wrap-muts 2018-09-04 13:09:50 -04:00
Justin Ethier
b2f4502651 WIP - preserve AST through to closure-conversion 2018-08-31 19:50:58 -04:00
Justin Ethier
21616727d1 Stage 0.9.3 2018-08-27 11:00:58 -04:00
Justin Ethier
dd77c46400 Issue #272 - Added more predicates 2018-08-16 18:06:47 -04:00
Justin Ethier
081088ae40 Issue #272 - Optimize-out simple (if) expressions 2018-08-16 17:53:17 -04:00
Justin Ethier
4a79e764f6 Take function scope into account when using adbv:mutated-indirectly 2018-08-15 13:20:38 -04:00
Justin Ethier
11f3963864 Store scopes in mutated-indirectly field 2018-08-15 13:14:46 -04:00
Justin Ethier
3065eae9a4 Added TODO items 2018-08-15 09:51:17 -04:00
Justin Ethier
cb8bf9e725 Bump to 0.9.2 2018-08-14 21:52:16 -04:00
Justin Ethier
7b5fd98695 Detect loops before optimizing CPS 2018-08-14 17:22:01 -04:00
Justin Ethier
b3bf701f6f Remove debug code 2018-08-06 21:28:17 -04:00
Justin Ethier
edf56a4c15 Added debugging 2018-08-06 20:43:15 -04:00
Justin Ethier
c819e1f552 Bump to 0.9.1 2018-08-03 13:27:15 -04:00
Justin Ethier
e2c75d3f4f Set next version as 0.9 2018-07-15 21:26:49 -04:00
Justin Ethier
75b50d8269 Slightly faster (exact-integer?) 2018-06-21 17:55:27 -04:00
Justin Ethier
2672b181ba Test optimizing simple calls to map/for-each 2018-06-20 16:59:35 -04:00
Justin Ethier
48845ce23b Experimenting with faster versions of map, for-each 2018-06-20 13:35:39 -04:00
Justin Ethier
b611520274 Optimize calls to (list) 2018-06-19 18:06:18 -04:00
Justin Ethier
f2704eb5e4 Experimenting with faster versions of (list) 2018-06-19 13:18:14 -04:00
Justin Ethier
3629e7892b Do not beta expand recursive calls 2018-06-18 13:29:27 -04:00
Justin Ethier
6a57b69517 Do not beta expand a recursive function w/itself 2018-06-15 19:04:47 -04:00
Justin Ethier
48e325d148 Clean up comments 2018-06-13 17:46:00 -04:00
Justin Ethier
027a95ed77 Issue #261 - Replaced clock() 2018-06-13 13:28:40 -04:00
Justin Ethier
b8e9d39b28 Issue #260 - Fix C compiler issue with line label 2018-06-12 17:38:12 -04:00
Justin Ethier
0d53f329e9 Issue #260 - No loop on branches allocing closures 2018-06-08 17:21:27 -04:00
Justin Ethier
9c1ea32be0 First working version for takl loops 2018-06-07 21:58:52 -04:00
Justin Ethier
e80b83440e Add debug output 2018-06-07 17:52:08 -04:00
Justin Ethier
5622698cd3 Demonstrate pulling args from analysis DB 2018-06-07 13:49:34 -04:00
Justin Ethier
8fed2b738d Added TODO 2018-06-07 13:24:58 -04:00
Justin Ethier
a61ba42a1d Compile args separately 2018-06-07 13:23:04 -04:00
Justin Ethier
b3ea8324bd Added comments, cleanup 2018-06-06 19:00:06 -04:00
Justin Ethier
0d83580fd5 WIP 2018-06-06 18:37:18 -04:00
Justin Ethier
c4c22cfad8 WIP 2018-06-06 13:10:24 -04:00
Justin Ethier
66065bb127 Output loop label 2018-06-05 17:52:25 -04:00
Justin Ethier
f021e01277 Import cps-opt so we can use analysis DB 2018-06-04 17:49:28 -04:00
Justin Ethier
d5e4603e14 Added additional debugging 2018-06-04 13:46:32 -04:00
Justin Ethier
ff94309bcc Check continuation for direct rec calls 2018-06-04 13:16:40 -04:00
Justin Ethier
2cdc9336c0 Added TODO 2018-06-01 16:49:58 -04:00
Justin Ethier
d379d1bfb3 Track direct recursive calls 2018-06-01 13:42:24 -04:00
Justin Ethier
d4633314fc Integrate finding direct rec calls 2018-06-01 13:11:37 -04:00
Justin Ethier
759ce79155 Prep for 0.8.1 2018-05-30 13:30:14 -04:00
Justin Ethier
f24c711f93 Remove trace statements 2018-05-25 15:11:22 -04:00
Justin Ethier
be25f055f0 If param is referenced in a loop (but defined outside) do not inline function into the loop 2018-05-24 16:37:04 -04:00