Commit Graph

84 Commits

Author SHA1 Message Date
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
44308b643b correcting issue 45: multiple </head> elements 2011-09-19 14:03:12 -04:00
Danny Yoo
429bab013e Merge remote-tracking branch 'origin/master' 2011-09-16 11:50:35 -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
890b388ed9 working on splitting 2011-09-15 13:12:05 -04:00
Danny Yoo
e0f2502b18 renaming control to c 2011-09-14 23:42:24 -04:00
Danny Yoo
f302414f9a trying to fix timing load issue with firefox 2011-09-14 16:27:14 -04:00
Danny Yoo
3ba6c2dcc9 closure compile is now dynamically required, rather than always required. This should relax the javascript requirement. 2011-09-10 13:41:07 -04:00
Danny Yoo
6d3a945478 renaming callsBeforeTrampoline to cbt 2011-09-09 16:01:00 -04:00
Danny Yoo
6bc6a0aad9 contining to do things to shrink code space 2011-09-09 12:55:01 -04:00
Danny Yoo
9f978f5592 reducing code size by renaming MACHINE to M, RUNTIME to RT 2011-09-08 17:18:15 -04:00
Danny Yoo
a2f3761add focusing on the make system and trying to figure out how to introduce caching into it. 2011-09-06 14:42:57 -04:00
Danny Yoo
f39b192fee test cases appear to be running again 2011-09-06 14:33:22 -04:00
Danny Yoo
55ca576a43 test cases seem to be running again 2011-09-06 13:58:21 -04:00
Danny Yoo
7d1d93f8ac removing the launcher from info.rkt to avoid permission issues 2011-09-06 13:43:34 -04:00
Danny Yoo
a377ccb67b changing the code so we don't nest as badly 2011-09-05 15:46:34 -04:00
Danny Yoo
79e92ccd0c stack trace includes callees as well 2011-09-05 13:07:45 -04:00
Danny Yoo
58fc1b400a js-impl now records just the paths in the implementation; compile time is when we suck the content into the file 2011-09-05 12:01:17 -04:00
Danny Yoo
77fc448ed9 going to institute a simple cache 2011-09-03 21:40:50 -04:00
Danny Yoo
8a7661df5c eliminating some params from the make system; trying to introduce caching 2011-09-03 21:29:34 -04:00
Danny Yoo
97ccebb298 making the timing messages a parameter for the builder 2011-09-03 20:23:23 -04:00
Danny Yoo
27e3a444b1 reducing cost of fracture by using hashtable 2011-09-03 19:29:32 -04:00
Danny Yoo
086f6c283f tracing the time down to assembly 2011-09-03 18:54:20 -04:00
Danny Yoo
794b3a5cd7 still annotating and trying to figure out where the time is going 2011-09-03 17:38:53 -04:00
Danny Yoo
355d477b90 Merge branch 'master' into compile-speed 2011-09-03 17:24:12 -04:00
Danny Yoo
4b5e2b98e1 ripping out the xhtmlness out of the get-html-template 2011-09-03 15:29:30 -04:00
Danny Yoo
534bb2ad89 typos 2011-09-03 15:14:50 -04:00
Danny Yoo
e36dddf430 changing build to write html and js separately 2011-09-03 15:11:47 -04:00
Danny Yoo
eb2c71232c trying to trace where the time is going 2011-09-02 10:54:51 -04:00
Danny Yoo
97681d43ec tracing one place where we might be writing modules twice 2011-09-02 10:29:22 -04:00
Danny Yoo
bb08cf1140 adding comment to see what modules are being included 2011-09-02 10:24:20 -04:00
Danny Yoo
5020563e34 window console 2011-08-30 14:53:37 -04:00
Danny Yoo
84d404af0c stack traces are starting to work 2011-08-30 13:04:40 -04:00
Danny Yoo
36e3fb39cf trying to fix stack tracing 2011-08-30 12:53:07 -04:00
Danny Yoo
e0a55875fe need to reduce time to compile 2011-08-29 12:17:26 -04:00
Danny Yoo
e6547a9aa2 kludge: copying the resource structure, because for some reason, something bad is happening with regards to dynamic-require-for-syntax. 2011-08-14 19:37:20 -04:00
Danny Yoo
d5c842c7fe temporarily turnning of resource-query: something broke badly 2011-08-14 19:29:46 -04:00
Danny Yoo
4e614d2f5f working on resource loading 2011-08-12 16:54:55 -04:00
Danny Yoo
ef0911ca61 got the system to recognize resources; now to write them. 2011-08-12 16:26:15 -04:00
Danny Yoo
deb6c235ce trying to eliminate stupid blocks 2011-08-08 12:20:03 -04:00
Danny Yoo
0d6af5f66a use strict 2011-08-07 20:51:00 -04:00
Danny Yoo
3eba4cda54 adding a little to the .xhtml packager so we can see how long evaluation takes 2011-08-05 17:57:11 -04:00
Danny Yoo
7b33558d6d adding viewport directive 2011-07-27 16:55:08 -04:00
Danny Yoo
ed5894b92c optimization pass 2011-07-13 17:52:50 -04:00
Danny Yoo
7878b2ae85 trying to save the private exports 2011-07-13 16:08:30 -04:00
Danny Yoo
c030b53333 adjusting the builder so that compression will work as an option 2011-07-11 22:40:16 -04:00
Danny Yoo
c13d181361 coersing example is working finally 2011-07-11 19:23:01 -04:00
Danny Yoo
b9e7ae57e6 chasing initialization bug 2011-07-11 18:48:33 -04:00