Danny Yoo
|
666fa04243
|
turning off pre-emptive trampolining because of a very ugly bug. No energy to figure out how to fix it, so I'm turning it off for now.
|
2011-12-04 20:47:00 -05:00 |
|
Danny Yoo
|
76300eaa85
|
corrected id callsBeforeTrampoline to cbt
|
2011-12-04 17:41:36 -05:00 |
|
Danny Yoo
|
1dd452732b
|
turning off inlining: bug
|
2011-11-30 23:54:22 -05:00 |
|
Danny Yoo
|
dd01373ae5
|
correcting bug reported by Michael Murphy and Hoon Ik Chang: CheckToplevelUnbound
|
2011-11-22 02:13:02 -05:00 |
|
Danny Yoo
|
de0f72b249
|
getting rid of the raiseOperatorIsNotClosure in favor of raiseOperatorApplicationError
|
2011-11-21 19:06:26 -05:00 |
|
Danny Yoo
|
ced1d2ba67
|
correcting typo in the trampoline detection. Thanks to Campbell Hewett for the bug report.
|
2011-11-21 16:09:51 -05:00 |
|
Danny Yoo
|
bcbfa5f10e
|
exercising hash-values, hash-keys, hash-map, hash-for-each
|
2011-11-09 11:56:38 -05:00 |
|
Danny Yoo
|
588ff1644b
|
hash-keys and hash-values
|
2011-11-09 11:18:12 -05:00 |
|
Danny Yoo
|
ed80c24241
|
eliminating the dynamic stack height calculation: it appears to break iOS badly
|
2011-11-08 13:29:09 -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
|
93d7991960
|
integrating the tests
|
2011-11-07 17:01:15 -05:00 |
|
Danny Yoo
|
710f014478
|
working on immutable hash tables
|
2011-11-07 16:15:23 -05:00 |
|
Danny Yoo
|
dcb2e9fb10
|
ripping out the avltree stuff with the llrbtree implementation, which we'll use to get immutable hash tables.
|
2011-11-07 15:46:22 -05:00 |
|
Danny Yoo
|
6e9733afec
|
cheaply computing equal-hash-table codes.
|
2011-11-04 18:05:21 -04:00 |
|
Danny Yoo
|
522b1866c8
|
trying to trace equal-hash-code with structures.
|
2011-11-04 17:46:50 -04: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
|
dcb94873fe
|
including the avltree sources
|
2011-11-03 17:17:27 -04:00 |
|
Danny Yoo
|
8117943aaf
|
working on getting hashtables in
|
2011-11-03 15:38:47 -04:00 |
|
Danny Yoo
|
78d875aac1
|
looking at the avltree implementation; ok, I think I understand it enough to edit it.
|
2011-11-03 12:55:55 -04:00 |
|
Danny Yoo
|
3653b24476
|
avltree libraries might be useful for immutable hash tables.
|
2011-11-03 12:31:49 -04:00 |
|
Danny Yoo
|
094ad76f74
|
fixing bug with structure type property stuff.
|
2011-11-02 16:26:17 -04:00 |
|
Danny Yoo
|
d6ce74a273
|
eliminating the inlining; forcing compilation through regular compile. For some reason, though, compile times have gone up more than I expected.
|
2011-11-02 16:00:55 -04:00 |
|
Danny Yoo
|
b78eddfa42
|
tracing bug with expand-out-images
|
2011-11-02 15:42:23 -04:00 |
|
Danny Yoo
|
95fba70f4d
|
trying to fight the code expansion
|
2011-11-02 15:27:38 -04:00 |
|
Danny Yoo
|
0522354d84
|
primitive compliation is in
|
2011-11-02 14:38:16 -04:00 |
|
Danny Yoo
|
38a0a8544b
|
in the middle of re-enabling primitive application. I need to now statically determine whether an application is primitive or not.
|
2011-11-02 13:22:51 -04:00 |
|
Danny Yoo
|
6f89bc60b2
|
trying to implement the optimization on primitive application, to reduce code size.
|
2011-11-02 12:14:49 -04:00 |
|
Danny Yoo
|
fb04bf4595
|
adding an additional test up front, because js-vm and moby are special
|
2011-10-05 18:07:15 -04:00 |
|
Danny Yoo
|
884a4d3abb
|
added printing of locations if prop:exn:srcloc is supported
|
2011-10-03 18:38:43 -04:00 |
|
Danny Yoo
|
13c385bd8b
|
trying to get propExnSrcloc to do something
|
2011-10-03 18:21:01 -04:00 |
|
Danny Yoo
|
2351c6d80e
|
the constructor didn't look at the argcount register properly. Fixed
|
2011-10-03 17:59:17 -04:00 |
|
Danny Yoo
|
2854bd7cd5
|
adding structure type properties
|
2011-10-03 17:39:54 -04:00 |
|
Danny Yoo
|
b5913fa876
|
fixing construction of the structure constructor when there's structure inheritance
|
2011-10-03 17:20:58 -04:00 |
|
Danny Yoo
|
8629e8c2ab
|
more tests. signatures are doing more.
|
2011-10-03 17:09:05 -04:00 |
|
Danny Yoo
|
27ea253b35
|
mutators explicitly return void
|
2011-10-03 16:51:54 -04:00 |
|
Danny Yoo
|
658f46d526
|
trying to implement signatures
|
2011-10-03 16:08:34 -04:00 |
|
Danny Yoo
|
0eab74e2e0
|
updating text
|
2011-10-03 13:38:13 -04:00 |
|
Danny Yoo
|
435ed2a556
|
testing that the module compiles ok
|
2011-10-03 13:30:42 -04:00 |
|
Danny Yoo
|
f0d231bd81
|
working on error messages
|
2011-10-03 13:05:19 -04:00 |
|
Danny Yoo
|
1447b39167
|
adding guards around reading modules.
|
2011-10-03 12:21:16 -04:00 |
|
Danny Yoo
|
c4c4c95204
|
a few more changes to try to get the signature implementation working
|
2011-09-30 16:16:48 -04:00 |
|