Commit Graph

500 Commits

Author SHA1 Message Date
Danny Yoo
4c4d4437b8 hash-count 2011-11-07 19:07:34 -05:00
Danny Yoo
c02c40f93e hash-copy 2011-11-07 19:02:07 -05:00
Danny Yoo
db278efcd1 string-copy 2011-11-07 18:53:53 -05:00
Danny Yoo
e417662c31 dots for the teaching language 2011-11-07 18:42:30 -05:00
Danny Yoo
2e077e257d hash-has-key 2011-11-07 18:15:18 -05:00
Danny Yoo
a273a12091 crossing out a few hash functions from my todo list 2011-11-07 17:46:31 -05:00
Danny Yoo
923d418840 integrating the immutable hashes 2011-11-07 17:39:21 -05:00
Danny Yoo
93d7991960 integrating the tests 2011-11-07 17:01:15 -05:00
Danny Yoo
710f014478 working on immutable hash tables 2011-11-07 16:15:23 -05:00
Danny Yoo
dcb2e9fb10 ripping out the avltree stuff with the llrbtree implementation, which we'll use to get immutable hash tables. 2011-11-07 15:46:22 -05:00
Danny Yoo
6e9733afec cheaply computing equal-hash-table codes. 2011-11-04 18:05:21 -04:00
Danny Yoo
522b1866c8 trying to trace equal-hash-code with structures. 2011-11-04 17:46:50 -04:00
Danny Yoo
3066822ad0 in the middle of repairing bugs in hashcode 2011-11-04 13:56:35 -04:00
Danny Yoo
07b44b2239 introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
Danny Yoo
fd28c199e9 hashes beginning to run. 2011-11-03 18:12:30 -04:00
Danny Yoo
dcb94873fe including the avltree sources 2011-11-03 17:17:27 -04:00
Danny Yoo
8117943aaf working on getting hashtables in 2011-11-03 15:38:47 -04:00
Danny Yoo
78d875aac1 looking at the avltree implementation; ok, I think I understand it enough to edit it. 2011-11-03 12:55:55 -04:00
Danny Yoo
3653b24476 avltree libraries might be useful for immutable hash tables. 2011-11-03 12:31:49 -04:00
Danny Yoo
094ad76f74 fixing bug with structure type property stuff. 2011-11-02 16:26:17 -04:00
Danny Yoo
d6ce74a273 eliminating the inlining; forcing compilation through regular compile. For some reason, though, compile times have gone up more than I expected. 2011-11-02 16:00:55 -04:00
Danny Yoo
b78eddfa42 tracing bug with expand-out-images 2011-11-02 15:42:23 -04:00
Danny Yoo
95fba70f4d trying to fight the code expansion 2011-11-02 15:27:38 -04:00
Danny Yoo
0522354d84 primitive compliation is in 2011-11-02 14:38:16 -04:00
Danny Yoo
38a0a8544b in the middle of re-enabling primitive application. I need to now statically determine whether an application is primitive or not. 2011-11-02 13:22:51 -04:00
Danny Yoo
6f89bc60b2 trying to implement the optimization on primitive application, to reduce code size. 2011-11-02 12:14:49 -04:00
Danny Yoo
fb04bf4595 adding an additional test up front, because js-vm and moby are special 2011-10-05 18:07:15 -04:00
Danny Yoo
884a4d3abb added printing of locations if prop:exn:srcloc is supported 2011-10-03 18:38:43 -04:00
Danny Yoo
13c385bd8b trying to get propExnSrcloc to do something 2011-10-03 18:21:01 -04:00
Danny Yoo
2351c6d80e the constructor didn't look at the argcount register properly. Fixed 2011-10-03 17:59:17 -04:00
Danny Yoo
2854bd7cd5 adding structure type properties 2011-10-03 17:39:54 -04:00
Danny Yoo
b5913fa876 fixing construction of the structure constructor when there's structure inheritance 2011-10-03 17:20:58 -04:00
Danny Yoo
8629e8c2ab more tests. signatures are doing more. 2011-10-03 17:09:05 -04:00
Danny Yoo
27ea253b35 mutators explicitly return void 2011-10-03 16:51:54 -04:00
Danny Yoo
658f46d526 trying to implement signatures 2011-10-03 16:08:34 -04:00
Danny Yoo
0eab74e2e0 updating text 2011-10-03 13:38:13 -04:00
Danny Yoo
435ed2a556 testing that the module compiles ok 2011-10-03 13:30:42 -04:00
Danny Yoo
f0d231bd81 working on error messages 2011-10-03 13:05:19 -04:00
Danny Yoo
1447b39167 adding guards around reading modules. 2011-10-03 12:21:16 -04:00
Danny Yoo
c4c4c95204 a few more changes to try to get the signature implementation working 2011-09-30 16:16:48 -04:00
Danny Yoo
d8edb171dc adding bindings for the teaching primitives 2011-09-30 13:50:33 -04:00
Danny Yoo
a66d15e4e4 more primitives 2011-09-30 13:02:15 -04:00
Danny Yoo
c066bdf568 continuing to add primitives 2011-09-30 12:32:31 -04:00
Danny Yoo
1a9824b1d0 adding some missing primitive bindings 2011-09-30 12:15:25 -04:00
Danny Yoo
c8f1ef07d4 corrected the weirdness with saving the old argcount before restarting computation. Now the makeRestartFunction handles this low-level detail for us. 2011-09-29 18:14:52 -04:00
Danny Yoo
2251e7bf0e fixing ie header stuff 2011-09-29 17:42:39 -04:00
Danny Yoo
ff4723e9b0 Merge commit 'origin/master' 2011-09-29 17:22:46 -04:00
Danny Yoo
fbcbe4fa6f addressing issue 50 with regards to ie compatibility 2011-09-29 17:20:56 -04:00
Danny Yoo
a1009db26e legacy ie library for excanvas stuff 2011-09-29 16:51:39 -04:00
Danny Yoo
b7489b5b0c some cleanup; also turning on the context preservation stuff in hopes that it will make the generated code smaller 2011-09-28 14:23:53 -04:00
Danny Yoo
657d74e37b correcting names of structure accessors and mutators 2011-09-27 17:29:34 -04:00
Danny Yoo
ea578d6ff4 adding the isolating bug into the test suite. 2011-09-27 17:24:05 -04:00
Danny Yoo
1ecf32896d adding apple-mobile-specific flags to see if we can get rid of the browser bar. Changing the name of the manifest file to appcache per html5 recommendations 2011-09-26 14:15:17 -04:00
Danny Yoo
f7bcbff5ed initial support for offline webapp 2011-09-26 12:30:42 -04:00
Danny Yoo
37b788cd37 ripping out dependency on ryanc/db package since we don't use it anymore 2011-09-25 20:40:55 -04:00
Danny Yoo
54d8dd1c1c Merge remote-tracking branch 'origin/master' 2011-09-25 20:34:44 -04:00
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
b28c3cdfa1 caching without sqlite 2011-09-23 17:29:43 -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
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
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
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
23bd9eb999 fix for checking procedure arity. Thanks to Jens for the bug report. 2011-09-19 12:01:34 -04:00
Danny Yoo
2ae1b70c17 removing dead files 2011-09-17 22:40:02 -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
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
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
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
f302414f9a trying to fix timing load issue with firefox 2011-09-14 16:27:14 -04:00
Danny Yoo
4bd8d877af oops 2011-09-12 11:05:16 -04:00
Danny Yoo
bd169aea92 changing signatures of makeBytes and makeVector, because arguments can only be of a certain length 2011-09-12 11:02:11 -04:00
Danny Yoo
ac2aaf2a08 updating jquery to 1.6.3. Thanks to Jens for letting me know about an ugly IE8 bug. 2011-09-10 14:54:51 -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
37272e135b typo 2011-09-09 16:56:44 -04:00
Danny Yoo
b2610e496e context expected becomes a superinstruction 2011-09-09 16:19:33 -04:00
Danny Yoo
6d3a945478 renaming callsBeforeTrampoline to cbt 2011-09-09 16:01:00 -04:00
Danny Yoo
690e3a423c check trampoline on function entry and function exit. 2011-09-09 15:46:43 -04:00
Danny Yoo
13bdc38418 fixing the detection of function header names 2011-09-09 15:38:13 -04:00
Danny Yoo
f782010ede checking for trampoline only at function returns. 2011-09-09 15:20:51 -04:00
Danny Yoo
420df4165c continuing to shrink code 2011-09-09 15:08:39 -04:00
Danny Yoo
0de37fae86 continuing to shrink code down. Eliminating the use of simulator in test suite; I don't think we'll need the simulator any more. 2011-09-09 14:19:56 -04:00
Danny Yoo
ad83451030 trying to eliminate primitives again and see how it affects code size 2011-09-09 13:46:29 -04:00
Danny Yoo
b68eca9735 replacing for loops with push.apply where appropriate 2011-09-09 13:38:41 -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
11799d3a9c renaming RUNTIME references to RT to see if that shortens code. 2011-09-08 17:10:16 -04:00
Danny Yoo
2316307901 removing incorrect call 2011-09-07 19:53:49 -04:00
Danny Yoo
9161ebc6b7 jslinting 2011-09-07 19:53:03 -04:00
Danny Yoo
14da75b164 reworking the logic to remove a test 2011-09-07 19:51:06 -04:00
Danny Yoo
5bb2373305 fixed isList so it checks for cycles 2011-09-07 19:32:42 -04:00
Danny Yoo
cc4bcb341e actions are a list, to reduce garbage 2011-09-07 15:35:12 -04:00
Danny Yoo
59b8a104c2 changing the comparision here to pointer equality 2011-09-07 15:27:01 -04:00
Danny Yoo
8d0df44458 continuing to try cleaning up 2011-09-06 16:56:34 -04:00
Danny Yoo
a3b0a1755a continuing to optimize whitespace 2011-09-06 16:11:54 -04:00
Danny Yoo
6774f2ae2b contining to do some minor inlining, whitespace removal 2011-09-06 16:04:51 -04:00
Danny Yoo
948afb930c continuing to rip out whitespace 2011-09-06 16:00:33 -04:00
Danny Yoo
468722ee28 continuing to do some constant folding 2011-09-06 15:54:44 -04:00
Danny Yoo
8f94a19897 continuing to try to clean up the generated code. 2011-09-06 15:18:56 -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
a3a1368ea4 arity errors should show the procedure name now. 2011-09-05 12:25:25 -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
8209cbbf8b turning off the current-emit-debug thing for now; it's in hotspot position 2011-09-04 20:53:51 -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
28dbb9a74a continuing to optimize 2011-09-03 20:05:22 -04:00
Danny Yoo
df20eb4ee5 working on reducing cost of assembly 2011-09-03 19:59:11 -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