Commit Graph

1446 Commits

Author SHA1 Message Date
Danny Yoo
58246ac277 compressing jsnumbers 2011-09-25 20:26:50 -04:00
Danny Yoo
cba2b31e45 more support for some character stuff 2011-09-25 16:38:49 -04:00
Danny Yoo
1a63f418ac read-line appears to be doing something 2011-09-25 16:09:27 -04:00
Danny Yoo
98ea5bfc13 read-byte, some jslinting of baselib-primitives 2011-09-25 15:54:43 -04:00
Danny Yoo
0c139d52e1 bumping up the internal version number 2011-09-23 17:33:22 -04:00
Danny Yoo
b28c3cdfa1 caching without sqlite 2011-09-23 17:29:43 -04:00
Danny Yoo
20e684dc62 turning off bump-version from part of the regular build 2011-09-23 15:24:14 -04:00
Danny Yoo
2a93508d41 trying to do more profiling 2011-09-23 15:20:20 -04:00
Danny Yoo
69afabe3a6 trying to figure out why the runtime behavior of compilation is so variable; I sometimes get 13.23 seconds, and sometimes 5.73 seconds, and I have no control over why. Really strange. 2011-09-23 13:32:26 -04:00
Danny Yoo
1a872c52d0 debugging type error with caching 2011-09-23 13:03:44 -04:00
Danny Yoo
af50388450 fixed issue 15: turned off the require-for-template on the image library, and that seems to have resolved the conflict. 2011-09-23 12:45:43 -04:00
Danny Yoo
83ff8fafe9 adding a gzipping in there since the content is going to be fairly large. 2011-09-23 12:17:00 -04:00
Danny Yoo
9d3e72ae0a cache implemented. Need to add to the packager now. 2011-09-23 12:06:49 -04:00
Danny Yoo
59f58f9421 continuing to work on the dbcache 2011-09-23 11:55:38 -04:00
Danny Yoo
51be2041db db-cacheing 2011-09-23 11:39:57 -04:00
Danny Yoo
5c1495a0ce working on the cache 2011-09-22 16:54:06 -04:00
Danny Yoo
c05e90e5b8 skeletons for the caching 2011-09-22 16:39:54 -04:00
Danny Yoo
a17c773e7e Narrowing the definition of MainModuleSource so that it's always a path, not a general Source 2011-09-22 16:30:55 -04:00
Danny Yoo
68d2881d7d adding notes on bumping the version number. 2011-09-22 15:57:46 -04:00
Danny Yoo
6598c4d0d1 trying to introduce promises so I can pre-cache some of the compilations 2011-09-22 14:31:53 -04:00
Danny Yoo
cf9412710b Merge commit '7cf22f4a1c149e6335e2a31353f7ca406eabfe86'
Conflicts:

	cs019/cs019.rkt
	js-assembler/runtime-src/baselib-contmarks.js
2011-09-21 13:33:43 -04:00
Danny Yoo
689d4f0016 adding missing parameters 2011-09-21 13:28:23 -04:00
Danny Yoo
56d3748d30 one more test case 2011-09-20 17:50:14 -04:00
Danny Yoo
9a7ee2dff4 constructor printing 2011-09-20 17:37:03 -04:00
Danny Yoo
bcf19edfe4 working on printing a bit more. 2011-09-20 17:17:34 -04:00
Danny Yoo
6d00f88717 working on the printing code. 2011-09-20 15:59:11 -04:00
Danny Yoo
3aa90e6b40 adding recur method to params to make it easier to recursively call toDomNode. 2011-09-19 18:14:36 -04:00
Danny Yoo
602086e46b working on the printer so we can get constructor-style output based on print-mode parameter 2011-09-19 18:09:31 -04:00
Danny Yoo
7cf22f4a1c version of cs019 language in whalesong preliminary work 2011-09-19 14:58:19 -04:00
Danny Yoo
44308b643b correcting issue 45: multiple </head> elements 2011-09-19 14:03:12 -04:00
Danny Yoo
c96e12fac1 working on making the cs019 language for SK 2011-09-19 14:02:00 -04:00
Danny Yoo
07c36eb332 Merge commit 'origin/master' 2011-09-19 12:58:06 -04:00
Danny Yoo
713d023d1b stubs for cs019 language 2011-09-19 12:57:50 -04:00
Danny Yoo
23bd9eb999 fix for checking procedure arity. Thanks to Jens for the bug report. 2011-09-19 12:01:34 -04:00
Danny Yoo
f26355494b Merge remote-tracking branch 'origin/master' 2011-09-19 11:31:54 -04:00
Danny Yoo
0f7320f946 need to test map 2011-09-19 11:27:24 -04:00
Danny Yoo
96c168845f simplifying the logic for the vmlCanvasManager check 2011-09-19 11:21:04 -04:00
Danny Yoo
b79a100e62 cleaning dead code 2011-09-17 22:41:05 -04:00
Danny Yoo
2ae1b70c17 removing dead files 2011-09-17 22:40:02 -04:00
Danny Yoo
ae415aa09b jslinting complete 2011-09-17 22:31:56 -04:00
Danny Yoo
45204fcb3f continuing to jslint 2011-09-17 22:28:19 -04:00
Danny Yoo
b20d3d5ad9 continuing to jslint 2011-09-17 22:12:43 -04:00
Danny Yoo
b6fa8a9742 jslinting, and removing use of indexOf 2011-09-17 21:44:15 -04:00
Danny Yoo
22eb5fc187 flagging some things as no-ops 2011-09-16 18:00:05 -04:00
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