Commit Graph

1402 Commits

Author SHA1 Message Date
Danny Yoo
b8cfd43a50 multiple value return optimizations 2011-09-16 17:04:15 -04:00
Danny Yoo
0991a0d74b mvr initialization should now optimize away the common case 2011-09-16 16:22:26 -04:00
Danny Yoo
f2c3dc3fe1 threading state about all the basic blocks throughout assembly, so we can do some tricks. 2011-09-16 16:09:46 -04:00
Danny Yoo
3c6439ab26 dead code 2011-09-16 15:33:48 -04:00
Danny Yoo
69d24fe406 doc 2011-09-16 13:29:36 -04:00
Danny Yoo
b7bcc97e78 drag 2011-09-16 13:17:52 -04:00
Danny Yoo
5ccaf1ca46 correcting coordinate calculations 2011-09-16 13:11:49 -04:00
Danny Yoo
2542f2b1e6 mouse events in progress 2011-09-16 13:01:26 -04:00
Danny Yoo
605bcbc76a get-module-bytecode hacks off the syntax portion of the bytecode, because we're seeing some weirdness. Thanks to Matthew Flatt for bringing the error report. 2011-09-16 12:29:29 -04:00
Danny Yoo
429bab013e Merge remote-tracking branch 'origin/master' 2011-09-16 11:50:35 -04:00
Danny Yoo
3b07160049 releasing new planet package 2011-09-15 17:49:55 -04:00
Danny Yoo
139b31d706 alphabetizing 2011-09-15 17:20:54 -04:00
Danny Yoo
aa3e58a062 adding more to thanks 2011-09-15 17:17:42 -04:00
Danny Yoo
778e8a34f6 worked on the documentation 2011-09-15 17:11:18 -04:00
Danny Yoo
b60c244a9b more notes about making things work with phonegap 2011-09-15 15:18:21 -04:00
Danny Yoo
1bdabbeadd splitting modules appears to be doing something. 2011-09-15 14:44:34 -04:00
Danny Yoo
82a2f9e880 the more tests are running again 2011-09-15 14:19:21 -04:00
Danny Yoo
f2cc5b421f continuing to fight compatiblity issues 2011-09-15 14:00:33 -04:00
Danny Yoo
67341e3301 name generating. Now need the packager to write files on demand. 2011-09-15 13:18:35 -04:00
Danny Yoo
890b388ed9 working on splitting 2011-09-15 13:12:05 -04:00
Danny Yoo
080bd24bda adding lambda 2011-09-15 12:03:16 -04:00
Danny Yoo
7de6e18d3f renamed val to v 2011-09-15 00:03:24 -04:00
Danny Yoo
a107d83827 renamed proc to p 2011-09-14 23:50:02 -04:00
Danny Yoo
e0f2502b18 renaming control to c 2011-09-14 23:42:24 -04:00
Danny Yoo
cb592460f0 removing spaces 2011-09-14 23:02:50 -04:00
Danny Yoo
d4bca31359 continuing to chase after low-hanging fruit. 2011-09-14 22:55:12 -04:00
Danny Yoo
f51438ad64 optimization: following blocks with single goto statements down as far as you can statically 2011-09-14 22:44:13 -04:00
Danny Yoo
0e00041739 machine env renamed to e. 2011-09-14 22:30:14 -04:00
Danny Yoo
3d53fe7699 continuing to grab at low-hanging fruit. 2011-09-14 22:14:29 -04:00
Danny Yoo
8506b70253 function labels are short by default now. 2011-09-14 22:03:24 -04:00
Danny Yoo
318255c253 renamed argcount to a 2011-09-14 21:47:12 -04:00
Danny Yoo
298ade1752 renaming multipleValueReturn to mvr 2011-09-14 21:22:46 -04:00
Danny Yoo
f89ad56560 updating docs 2011-09-14 17:08:41 -04:00
Danny Yoo
ef37593cd3 updating docs 2011-09-14 17:07:39 -04:00
Danny Yoo
f302414f9a trying to fix timing load issue with firefox 2011-09-14 16:27:14 -04:00
Danny Yoo
b9dd1fb9b5 oops 2011-09-14 15:52:57 -04:00
Danny Yoo
27552665e1 added hack to specialize certain resources 2011-09-14 15:52:28 -04:00
Danny Yoo
ea793a1009 loosening representation of images to image-like things with certain properties. 2011-09-14 15:13:27 -04:00
Danny Yoo
8ae8532ed2 added second example with fields 2011-09-12 21:33:57 -04:00
Danny Yoo
6eb21a4ded got a toy boid example running 2011-09-12 17:24:17 -04:00
Danny Yoo
c0b9dcc4f7 initial version of boids is doing something 2011-09-12 17:14:25 -04:00
Danny Yoo
c58bcaf0d8 translating entity references 2011-09-12 17:03:14 -04:00
Danny Yoo
0d0d38496e translating entity references 2011-09-12 17:02:50 -04:00
Danny Yoo
1f5e848fa0 continuing to try the boid example 2011-09-12 16:37:35 -04:00
Danny Yoo
e4c690ad1f in the middle of converting my boid exampel 2011-09-12 16:07:38 -04:00
Danny Yoo
c9ccc36b5e tracked down bug that caused deviation between the dom tree and the cursor. Need to remember that jquery can be too convenient at times: it filters out text children, whereas the cursor does not. 2011-09-12 15:22:20 -04:00
Danny Yoo
a39fb910ce still chasing the discrepency between the imperative edits and the functional ones 2011-09-12 13:37:40 -04:00
Danny Yoo
26a34ae1fd still chasing bug 2011-09-12 13:16:10 -04:00
Danny Yoo
a1660fb5cb chasing infinite loop 2011-09-12 12:21:34 -04:00
Danny Yoo
38cb67a63c trying to figure out where the infinite loop is coming from in forward-backward movement 2011-09-12 12:17:40 -04:00