Commit Graph

116 Commits

Author SHA1 Message Date
Danny Yoo
28cec5de8e commenting out the all-applications collection for the moment; optimizaton to be done in an upcoming release, but not now. 2012-03-26 17:10:12 -04:00
Danny Yoo
aebbbbdc93 moving some of the analysis functions over to analyzer.rkt 2012-03-23 16:49:53 -04:00
Danny Yoo
e3e82f66a3 some code cleanup 2012-03-23 16:31:22 -04:00
Danny Yoo
e16a66f20b extracting the lambda environment just once, to make it easier to work with the lam+cenv structure 2012-03-23 14:55:29 -04:00
Danny Yoo
956238af05 adding the code for analyzing what applications a lambda calls 2012-03-23 14:45:57 -04:00
Danny Yoo
c74d3680b6 moving lam+cenv out to the compiler structs. 2012-03-23 13:17:10 -04:00
Danny Yoo
07d569a66b trying to determine toplevel references 2012-03-02 01:13:10 -05:00
Danny Yoo
b788e1bb57 renaming variables for clarity 2012-03-01 21:52:27 -05:00
Danny Yoo
1cd5e9b7cc expanding the set of simple expressions to include primitive references 2012-03-01 17:40:24 -05:00
Danny Yoo
c54583dde4 reducing juggling by a little more 2012-03-01 17:22:18 -05:00
Danny Yoo
aed845f3f5 eliminating unnecessary argcount assignment when primitives are used 2012-02-29 14:20:14 -05:00
Danny Yoo
2ade0f2db6 trying to reduce cost of primitive application 2012-02-29 14:04:17 -05:00
Danny Yoo
8c3cf9c5f2 trying to reduce cost of primitive application 2012-02-29 13:55:04 -05:00
Danny Yoo
e9d3c207f7 fixing indentation, enabling comments in emitted source 2012-02-29 12:37:09 -05:00
Danny Yoo
e62b7e9977 Statically determining more jumps, so we should be able to do while loops. 2012-02-28 19:55:15 -05:00
Danny Yoo
ca444e49ee some cleanup 2012-02-27 18:46:41 -05:00
Danny Yoo
1d6d1d481a debuggin 2012-02-27 18:09:19 -05:00
Danny Yoo
5654cf7432 trying to normalize namespaces between js-implemented and Whalesong-implemented 2012-02-27 17:39:15 -05:00
Danny Yoo
b1a09f3e9d fixing application of statically known lambda so they don't need to juggle 2012-02-27 14:27:29 -05:00
Danny Yoo
3ed2d19eab adding expectations for what happens for module-scoping test.
fixing up the namespace stuff so it goes through getters and setters
trying to add the necessary to the il, but running into typed racket issues
corrected compilation of toplevelref so it works more correctly on module
variables.
2012-02-26 22:59:37 -05:00
Danny Yoo
8851726a92 copmile-toplevel-ref and compile-toplevel-set know enough to see if we're mutating a module variable or not. 2012-02-26 19:16:34 -05:00
Danny Yoo
b0af169275 trying to let whalesong work without gui libraries. Also trying to trace the module variable bug 2012-02-26 18:59:42 -05:00
Danny Yoo
018f1b2559 special-casing vector-ref and vector-set 2012-02-21 14:43:21 -05:00
Danny Yoo
3d34c22b97 trying to fix all the silly c...r functions 2012-02-20 16:49:37 -05:00
Danny Yoo
709ebce4fe adding more of the primitives needed to run the scheme benchmark 2012-02-20 15:59:19 -05:00
Danny Yoo
656825be9e cadddr 2012-02-20 13:36:05 -05:00
Danny Yoo
a0b708c799 adding more of the c*r functions 2012-02-19 21:27:07 -05:00
Danny Yoo
11021542bf Merge remote-tracking branch 'origin/master'
Conflicts:
	version.rkt
2012-02-18 22:37:27 -05:00
Danny Yoo
1b1d285297 correcting bug with cadr: wrong contract type 2012-02-18 22:35:40 -05:00
Danny Yoo
872d72ed2b Changing the structure of installclosurevalues to count how many it needs. That way, we can generate static code for pushing, rather than use .apply 2012-02-17 14:41:45 -05:00
Danny Yoo
b5bff99169 adding fast and slow paths for adding and subtracting 2012-02-17 14:09:22 -05:00
Danny Yoo
c8faf78ffb renaming il to try matching dissertation 2012-02-17 12:46:20 -05:00
Danny Yoo
7b31b119a5 trying to make simple numerics a bit faster 2012-02-16 16:56:27 -05:00
Danny Yoo
6a8f0c04af ok, I think I might have fixed it 2012-02-15 15:21:04 -05:00
Danny Yoo
694785c555 trying again to get with-cont-mark to behave 2012-02-15 14:42:19 -05:00
Danny Yoo
6d035504af trying to fix benchmark for list-length, which is failing badly 2012-02-10 13:27:26 -05:00
Danny Yoo
729e61cfae unsafe-car, unsafe-cdr 2012-01-10 10:51:13 -05:00
Danny Yoo
588ff1644b hash-keys and hash-values 2011-11-09 11:18:12 -05:00
Danny Yoo
36801f7c54 hash-equal? 2011-11-07 19:13:30 -05:00
Danny Yoo
4c4d4437b8 hash-count 2011-11-07 19:07:34 -05:00
Danny Yoo
c02c40f93e hash-copy 2011-11-07 19:02:07 -05:00
Danny Yoo
db278efcd1 string-copy 2011-11-07 18:53:53 -05:00
Danny Yoo
e417662c31 dots for the teaching language 2011-11-07 18:42:30 -05:00
Danny Yoo
2e077e257d hash-has-key 2011-11-07 18:15:18 -05:00
Danny Yoo
a273a12091 crossing out a few hash functions from my todo list 2011-11-07 17:46:31 -05:00
Danny Yoo
923d418840 integrating the immutable hashes 2011-11-07 17:39:21 -05:00
Danny Yoo
3066822ad0 in the middle of repairing bugs in hashcode 2011-11-04 13:56:35 -04:00
Danny Yoo
07b44b2239 introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
Danny Yoo
fd28c199e9 hashes beginning to run. 2011-11-03 18:12:30 -04:00
Danny Yoo
0522354d84 primitive compliation is in 2011-11-02 14:38:16 -04:00