whalesong/js-assembler/runtime-src
2012-03-01 23:18:05 -05:00
..
base64.js fixing typo with Base64 2012-02-13 13:57:29 -05:00
baselib-arity.js
baselib-boxes.js
baselib-bytes.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-chars.js
baselib-check.js More optimizations. Also removed makeCheckParameterizedArgumentType: it's expensive. Rewrote baselib.checkNaturalInRange out explicitly for better performance. 2012-02-21 14:03:40 -05:00
baselib-constants.js
baselib-contmarks.js we're violating continuation marks for some reason. 2012-02-13 23:49:54 -05:00
baselib-equality.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-exceptions.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-format.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-frames.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-functions.js fixing type of list*; kanren wasn't running properly 2012-02-20 14:00:42 -05:00
baselib-hashes.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-inspectors.js
baselib-keywords.js
baselib-lists.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-modules.js toplevel lookup should be cheaper 2012-02-27 18:34:44 -05:00
baselib-numbers.js
baselib-paths.js
baselib-placeholders.js
baselib-ports.js
baselib-primitives.js trying to reduce cost of primitive application 2012-02-29 13:55:04 -05:00
baselib-readergraph.js changing makevector so it must take in the elements 2012-02-10 14:46:15 -05:00
baselib-regexps.js
baselib-srclocs.js
baselib-strings.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
baselib-structs.js removing level of indirection 2012-02-29 14:42:12 -05:00
baselib-symbols.js removing level of indirection 2012-02-29 14:42:12 -05:00
baselib-unionfind.js
baselib-vectors.js removing one level of indirection in constructing vectors 2012-02-13 11:16:22 -05:00
baselib.js
hashes-footer.js
hashes-header.js
jquery-protect-footer.js micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument 2012-02-27 13:25:41 -05:00
jquery-protect-header.js
jquery.js
js-numbers.js updating js-numbers with uncompressed version to make it easier to profile 2012-02-21 20:55:20 -05:00
jshashtable-2.1_src.js
json2.js
llrbtree.js
read.js grabbing an old version of the read library from beyond the grave of the moby probject 2012-01-27 14:47:48 -05:00
runtime.js singleton pause object to reduce allocation 2012-03-01 23:18:05 -05:00
top.js