Commit Graph

320 Commits

Author SHA1 Message Date
Danny Yoo
7ed39e96d0 still debugging, but something broke 2011-04-05 17:27:17 -04:00
Danny Yoo
22f213213c trying to do paired labels 2011-04-05 16:42:47 -04:00
Danny Yoo
668dc4a938 adding paired labels so I can do some limited dynamic jumps 2011-04-05 16:29:24 -04:00
Danny Yoo
02779f3537 closure compile can shrink down the size of the runtime to something more managable. 2011-04-03 17:40:01 -04:00
Danny Yoo
6e920dd7ca more cleanup 2011-04-02 18:36:08 -04:00
Danny Yoo
13484d7cca initial namespacing done 2011-04-02 17:53:43 -04:00
Danny Yoo
7b8eb2b04f in the middle of namespacing the exports from the runtime 2011-04-02 17:40:08 -04:00
Danny Yoo
c461152e39 fixing test case 2011-04-02 01:01:45 -04:00
Danny Yoo
cfdbbfaeaa traced the bug to an off-by-one, as usual... 2011-04-02 00:57:34 -04:00
Danny Yoo
7751813bde still trying to catch bug involving call/cc and the environment. I think I've forgotten to capture only the portion of the environment up to prompt. 2011-04-02 00:29:16 -04:00
Danny Yoo
c0d18edca8 still chasing after browser bug; the simulator is working ok, so I assume I messed up somewhere in assembly 2011-04-02 00:14:54 -04:00
Danny Yoo
868711dae8 starting to re-enable call/cc tests 2011-04-01 23:33:24 -04:00
Danny Yoo
1f012fb570 continuing to debug 2011-04-01 23:26:22 -04:00
Danny Yoo
d1b27940b7 some more tests 2011-04-01 23:20:09 -04:00
Danny Yoo
f26b23d821 fixing a bug with boxenv 2011-04-01 23:05:00 -04:00
Danny Yoo
49ff8c0aa1 callcc still broken... 2011-04-01 22:57:34 -04:00
Danny Yoo
931078130f continuing to debug 2011-04-01 21:31:57 -04:00
Danny Yoo
570879d194 still debugging 2011-04-01 19:44:24 -04:00
Danny Yoo
8c3a9c5136 introducing prompts in the simulator 2011-04-01 18:39:34 -04:00
Danny Yoo
589731fc6f introducing prompts 2011-04-01 18:08:29 -04:00
Danny Yoo
4c07e59b83 experiment 2011-04-01 13:42:57 -04:00
Danny Yoo
f581b027a2 weakening the optimization: it's not sound if there's mutation, and I don't currently analyze operands for mutation yet. 2011-04-01 13:37:07 -04:00
Danny Yoo
dbd8d5bebc about to work on prompts and splices 2011-04-01 13:15:41 -04:00
dyoo
ec26794c8f indentation 2011-03-31 16:21:06 -04:00
Danny Yoo
a086d1b10e testing 2011-03-31 15:52:37 -04:00
dyoo
23b389a52a fixing typo 2011-03-31 15:34:06 -04:00
dyoo
ad71a72121 generalizing the optimization 2011-03-31 15:24:06 -04:00
dyoo
074be88089 still debugging 2011-03-31 14:42:52 -04:00
dyoo
73015f4116 debugging 2011-03-31 14:29:31 -04:00
dyoo
685e8d0e07 adjust-expression-depth to be used for the kernel primitive optimization 2011-03-31 13:14:50 -04:00
Danny Yoo
51b1db2620 in the middle of the optimization 2011-03-31 12:45:40 -04:00
Danny Yoo
588855e5ab in the middle of generalizing the stack optimization 2011-03-30 14:45:40 -04:00
Danny Yoo
3959a0a95c cleaning up 2011-03-29 22:06:43 -04:00
Danny Yoo
7a5a8311b9 debuggin 2011-03-29 21:58:07 -04:00
Danny Yoo
a3d5ec0b86 moved the type check stuff into the compiler 2011-03-29 21:49:11 -04:00
Danny Yoo
59bde2bf18 trying to move the type analysis over to compile time rather than assemble time 2011-03-29 20:57:37 -04:00
Danny Yoo
7cd6c998c2 some name cleanup 2011-03-29 20:25:52 -04:00
Danny Yoo
7c473c8658 added type checks 2011-03-29 18:36:47 -04:00
Danny Yoo
073688b1a9 about to try adding those typechecks. 2011-03-29 18:23:33 -04:00
Danny Yoo
a3f323a687 adding type checks 2011-03-29 18:18:21 -04:00
Danny Yoo
df958aa6ec fixing typos 2011-03-29 17:12:47 -04:00
Danny Yoo
69f2cf0d3a adding type checks 2011-03-29 03:53:25 -04:00
Danny Yoo
cfe61bdbb8 notes 2011-03-29 00:37:51 -04:00
Danny Yoo
bbb80800db a few more open-coded primitives 2011-03-28 23:23:08 -04:00
Danny Yoo
eb0eee57bd fixing some primitives 2011-03-28 22:36:58 -04:00
Danny Yoo
2cb966f01f fixing some of the open coding; about to add a few more. 2011-03-28 22:13:40 -04:00
Danny Yoo
d0eb3b610e fixed up test cases to use the new linkage structures. 2011-03-28 17:51:02 -04:00
Danny Yoo
74fd786921 changing types for linkage, to help catch more type errors. 2011-03-28 17:46:56 -04:00
Danny Yoo
89c58808de notes to self 2011-03-27 00:53:25 -04:00
Danny Yoo
d4b7985d8e another optimization: when all the arguments to a kernel primitive are simple, we avoid some stack usage 2011-03-27 00:43:57 -04:00