whalesong/js-assembler/runtime-src
2012-03-15 16:53:47 -04:00
..
base64.js fixing typo with Base64 2012-02-13 13:57:29 -05:00
baselib-arity.js trying to reduce allocation to shave off a second from iron puzzle 2012-01-19 15:23:06 -05:00
baselib-boxes.js introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
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 introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
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 removing debug messages; adjusting the numeric tower to send errors it sees to the current machine 2012-03-15 16:53:47 -04: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 caught the bug. control after calling the fail continuation wasn't being returned in baselib-functions/internalCallDuringPause. Subtle. 2012-03-15 16:33:30 -04: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 introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
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 removing debug messages; adjusting the numeric tower to send errors it sees to the current machine 2012-03-15 16:53:47 -04:00
baselib-paths.js introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
baselib-placeholders.js introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
baselib-ports.js
baselib-primitives.js removing debug messages; adjusting the numeric tower to send errors it sees to the current machine 2012-03-15 16:53:47 -04: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 trying to reduce allocation to shave off a second from iron puzzle 2012-01-19 15:23:06 -05:00
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 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
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 removing debug messages; adjusting the numeric tower to send errors it sees to the current machine 2012-03-15 16:53:47 -04:00
top.js