Commit Graph

  • 4f90538722 uncommented most of the code; need to work on application Danny Yoo 2011-03-01 02:26:26 -0500
  • 1c64447e08 about to change calling convension Danny Yoo 2011-03-01 01:30:01 -0500
  • 2975a9f215 relooper start before-racket-vm Danny Yoo 2011-02-28 23:01:45 -0500
  • fc45ebe4fc adding implementation of sets Danny Yoo 2011-02-28 14:13:02 -0500
  • d32fe6d0c6 fib Danny Yoo 2011-02-28 12:48:19 -0500
  • 93317af241 adding a few more primitives Danny Yoo 2011-02-28 12:40:09 -0500
  • aa1d34eadc adjusting the output so I can grab the val register from the machine. Danny Yoo 2011-02-25 16:21:20 -0500
  • 5ab3ae1a89 generalized the browser-evaluate code so I should be able to tie it to different evaluators for comparison. Danny Yoo 2011-02-25 16:10:47 -0500
  • c92b6d4c43 compatiblity with 5.0 and 5.1 Danny Yoo 2011-02-25 15:06:52 -0500
  • fdab507586 trying to identify bindings that need boxing for set-bang Danny Yoo 2011-02-22 03:21:18 -0500
  • 98618f6817 timeouts? Danny Yoo 2011-02-22 00:07:15 -0500
  • 40e9811ac8 Compilation and evaluation use server-side push now Danny Yoo 2011-02-21 23:00:15 -0500
  • fceb4f0379 did comet-style server push Danny Yoo 2011-02-21 22:37:03 -0500
  • 3b15c46dec code cleanup Danny Yoo 2011-02-21 21:43:42 -0500
  • 95a3168659 added exception catching Danny Yoo 2011-02-21 21:24:05 -0500
  • 5d015c7db2 adjusting output so I can capture amount of time taken for javascript evaluation. Danny Yoo 2011-02-21 21:02:00 -0500
  • 2050207334 quick-and-dirty way to test expressions at the browser and get back results Danny Yoo 2011-02-21 20:50:56 -0500
  • 9d7124fb21 getting the evaluator to do something. Danny Yoo 2011-02-21 20:28:03 -0500
  • 627a360499 global lookup appears to be doing the right thing now Danny Yoo 2011-02-21 17:53:49 -0500
  • d192d1cacb still fixing issues Danny Yoo 2011-02-21 17:43:58 -0500
  • a9586c97d5 trying to get toplevel addressing to work. Danny Yoo 2011-02-21 17:11:44 -0500
  • cf3be4c0e2 added test case module Danny Yoo 2011-02-21 15:50:48 -0500
  • 16c5e6a796 fixed test case and code Danny Yoo 2011-02-21 15:50:32 -0500
  • 6391f614d9 debuggin Danny Yoo 2011-02-21 15:47:11 -0500
  • 5599bc125f Trying to add prefix into the mix Danny Yoo 2011-02-21 15:08:56 -0500
  • 9bed9d2ee1 commit Danny Yoo 2011-02-21 14:49:54 -0500
  • 940b4882f2 packaging appears to be working again. Danny Yoo 2011-02-20 23:45:50 -0500
  • 98ece79928 trying to make package work Danny Yoo 2011-02-20 23:44:08 -0500
  • 79074ccecb Merge remote branch 'origin/master' Danny Yoo 2011-02-20 23:22:26 -0500
  • 9e24569d22 Merge remote branch 'origin/master' Danny Yoo 2011-02-20 23:21:05 -0500
  • bdeab40f34 assemble.rkt is typechecking Danny Yoo 2011-02-20 17:08:26 -0500
  • 0d74f2f9f1 trying to type assembly Danny Yoo 2011-02-20 17:03:14 -0500
  • c9066c2654 simplifying structure a little Danny Yoo 2011-02-20 16:32:12 -0500
  • d29a96022c adjusted compile to typecheck Danny Yoo 2011-02-20 16:09:33 -0500
  • 03b2a0eae8 making instructions explicit types so we can get better error trapping. Danny Yoo 2011-02-20 14:58:38 -0500
  • 120895c624 getting cm to type Danny Yoo 2011-02-18 18:55:12 -0500
  • 61a1d62a05 rest break Danny Yoo 2011-02-18 18:33:10 -0500
  • b78a1b35c2 rest break Danny Yoo 2011-02-18 18:08:13 -0500
  • ac9ea0c75c About to try writing with types. Danny Yoo 2011-02-18 17:46:14 -0500
  • e66cee7da1 gauss Danny Yoo 2011-02-09 21:31:30 -0500
  • 4c4b9219c8 measuring rough scale of performance difference Danny Yoo 2011-02-09 21:22:07 -0500
  • 6d7fb7a275 timing against c Danny Yoo 2011-02-09 21:09:51 -0500
  • 350507a66f fixing typo Danny Yoo 2011-02-09 19:52:06 -0500
  • a95c8e68b5 numbers are still looking bad. Danny Yoo 2011-02-09 19:46:14 -0500
  • 3ef32082b9 got the case/switch version of the factorial function doing something Danny Yoo 2011-02-09 19:38:51 -0500
  • 67e58361b6 testing Danny Yoo 2011-02-09 19:22:05 -0500
  • d9539fb752 trying to manually transform to case/switch Danny Yoo 2011-02-09 19:12:07 -0500
  • 226f962195 fixing some name issues from earlier Danny Yoo 2011-02-09 18:33:36 -0500
  • b9d4133e54 moving content into package.rkt Danny Yoo 2011-02-09 18:00:34 -0500
  • 8e8a26c016 moving structure definitions from assemble into structs. Danny Yoo 2011-02-09 17:45:09 -0500
  • 671ce83b14 a little work on the runtime. Danny Yoo 2011-02-09 00:47:29 -0500
  • 45e8973d40 fixing test case Danny Yoo 2011-02-08 23:18:05 -0500
  • ba3c1d8117 working on improving quality of generated code. Danny Yoo 2011-02-08 23:00:49 -0500
  • 2025b90140 splitting off into some modules. Danny Yoo 2011-02-08 22:06:15 -0500
  • 3755768485 moving the trampoline testing to the front of each basic block Danny Yoo 2011-02-08 17:20:55 -0500
  • 61a245e4b4 all the operations should be open-coded to reduce procedure calls. Danny Yoo 2011-02-08 17:02:54 -0500
  • 6e9805a983 exercise 5.41 on lexical addressing. Danny Yoo 2011-02-08 14:57:54 -0500
  • 579be4b4d2 update dyoo 2011-01-01 17:45:24 -0500
  • 13a4bee4ed cm dyoo 2010-12-25 16:47:09 -0500
  • 0f93af6085 filling in definitions Danny Yoo 2010-12-17 15:26:06 -0500
  • 3beb056266 skeleton code Danny Yoo 2010-12-17 12:08:32 -0500