whalesong/js-assembler
2011-11-09 11:56:38 -05:00
..
runtime-src exercising hash-values, hash-keys, hash-map, hash-for-each 2011-11-09 11:56:38 -05:00
assemble-expression.rkt trying to fight the code expansion 2011-11-02 15:27:38 -04:00
assemble-helpers.rkt multiple value return optimizations 2011-09-16 17:04:15 -04:00
assemble-open-coded.rkt more primitives 2011-09-30 13:02:15 -04:00
assemble-perform-statement.rkt 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
assemble-structs.rkt threading state about all the basic blocks throughout assembly, so we can do some tricks. 2011-09-16 16:09:46 -04:00
assemble.rkt trying to fight the code expansion 2011-11-02 15:27:38 -04:00
cache.rkt going to institute a simple cache 2011-09-03 21:40:50 -04:00
check-valid-module-source.rkt adding an additional test up front, because js-vm and moby are special 2011-10-05 18:07:15 -04:00
collect-jump-targets.rkt 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
find-primitive-implemented.rkt trying to implement the optimization on primitive application, to reduce code size. 2011-11-02 12:14:49 -04:00
fracture.rkt making the timing messages a parameter for the builder 2011-09-03 20:23:23 -04:00
get-js-vm-implemented-primitives.rkt moving primitives to separate module, moved some functions as methods of the machine 2011-08-07 20:26:11 -04:00
get-runtime.rkt 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
hash-cache.rkt caching without sqlite 2011-09-23 17:29:43 -04:00
module-knowledge.rkt experiment 2011-07-30 21:09:07 -04:00
package.rkt 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
quote-cdata.rkt runtime includes jquery now 2011-05-27 15:12:16 -04:00