Commit Graph

95 Commits

Author SHA1 Message Date
Danny Yoo
8df8168d1c making the construction of the mockview lazy 2012-02-27 23:02:36 -05:00
Danny Yoo
d41aa187e3 adding load-script to the FFI; modified examples/raphael-demo.rkt so that it loads the raphael library dynamically 2012-02-27 21:39:32 -05:00
Danny Yoo
9aa1ac12d8 toplevel lookup should be cheaper 2012-02-27 18:34:44 -05:00
Danny Yoo
95e8a08079 still debugging 2012-02-27 18:21:43 -05:00
Danny Yoo
1d6d1d481a debuggin 2012-02-27 18:09:19 -05:00
Danny Yoo
8d9c1100f7 about to change toplevel reference and setting again 2012-02-27 17:53:35 -05:00
Danny Yoo
5654cf7432 trying to normalize namespaces between js-implemented and Whalesong-implemented 2012-02-27 17:39:15 -05:00
Danny Yoo
c7a5bf9658 refactoring modprovide 2012-02-27 16:26:22 -05:00
Danny Yoo
b1a09f3e9d fixing application of statically known lambda so they don't need to juggle 2012-02-27 14:27:29 -05:00
Danny Yoo
cb745f18b7 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
Danny Yoo
e253084850 modifying test Make target so it does a build too 2012-02-27 12:50:27 -05:00
Danny Yoo
3ed2d19eab adding expectations for what happens for module-scoping test.
fixing up the namespace stuff so it goes through getters and setters
trying to add the necessary to the il, but running into typed racket issues
corrected compilation of toplevelref so it works more correctly on module
variables.
2012-02-26 22:59:37 -05:00
Danny Yoo
b0af169275 trying to let whalesong work without gui libraries. Also trying to trace the module variable bug 2012-02-26 18:59:42 -05:00
Danny Yoo
bd19a1e66a updating js-numbers with uncompressed version to make it easier to profile 2012-02-21 20:55:20 -05:00
Danny Yoo
b7ac392030 adding quicker dispatches to avoid touching arguments[i] 2012-02-21 20:45:40 -05:00
Danny Yoo
d490992f99 registering the new tests 2012-02-21 16:25:09 -05:00
Danny Yoo
5e411d0bf5 missing var 2012-02-21 15:56:37 -05:00
Danny Yoo
ad5f6d8b79 bumping internal version 2012-02-21 14:48:03 -05:00
Danny Yoo
06bc6ad34e low-hanging fruit optimizations 2012-02-21 13:23:30 -05:00
Danny Yoo
656825be9e cadddr 2012-02-20 13:36:05 -05:00
Danny Yoo
b0a76bb2bb reusing racket/base's implementation of do 2012-02-19 18:28:04 -05:00
Danny Yoo
b5bff99169 adding fast and slow paths for adding and subtracting 2012-02-17 14:09:22 -05:00
Danny Yoo
c8faf78ffb renaming il to try matching dissertation 2012-02-17 12:46:20 -05:00
Danny Yoo
faf04792a2 adding notes 2012-02-16 23:04:29 -05:00
Danny Yoo
28523b51d0 updating docs 2012-02-16 22:54:38 -05:00
Danny Yoo
a97e858b43 trying to reduce a little allocation 2012-02-16 17:09:32 -05:00
Danny Yoo
97c11cffba fixing small bug where current-continuation-marks was shifting when it's not necessary 2012-02-16 16:19:47 -05:00
Danny Yoo
1939e02553 adding test for whalesong base as well 2012-02-16 15:55:54 -05:00
Danny Yoo
bf9305d5c9 trying to fix some of the verbose open coding 2012-02-15 17:03:21 -05:00
Danny Yoo
71c9e4ba87 lazy instantiation of the marks 2012-02-15 16:28:11 -05:00
Danny Yoo
f15e01fb7f adding to the test suite 2012-02-15 15:27:12 -05:00
Danny Yoo
6a8f0c04af ok, I think I might have fixed it 2012-02-15 15:21:04 -05:00
Danny Yoo
694785c555 trying again to get with-cont-mark to behave 2012-02-15 14:42:19 -05:00
Danny Yoo
0b404e7243 fixing typo with Base64 2012-02-13 13:57:29 -05:00
Danny Yoo
caac9ad257 including base64 2012-02-13 13:48:41 -05:00
Danny Yoo
2bfc143b45 resources as base64 2012-02-13 13:34:01 -05:00
Danny Yoo
97d8848e01 changing makevector so it must take in the elements 2012-02-10 14:46:15 -05:00
Danny Yoo
6d035504af trying to fix benchmark for list-length, which is failing badly 2012-02-10 13:27:26 -05:00
Danny Yoo
07ce974428 bumping up version again 2012-01-19 16:08:16 -05:00
Danny Yoo
d4236158ee going to be releasing v14 soon 2012-01-19 14:32:12 -05:00
Danny Yoo
03e4549587 bumping up to v13 2012-01-10 10:32:06 -05:00
Danny Yoo
51c71427fe adding 5.2.1 parser so that the test in simple.rkt, which exercises inline-variant, runs to completion. 2012-01-09 12:46:45 -05:00
Danny Yoo
b266d489ab adding the test case that exposes Whalesong's non-implementation of parsing inline variants 2012-01-09 12:38:20 -05:00
Danny Yoo
719ec6a554 starting to work on monty hall game, trying to figure out why multi-stage programs are difficult to express in World style. 2011-12-13 16:59:46 -05:00
Danny Yoo
23d4c27c2b There is something very suspicious happening with makeRestartFunction where the env and control are being munged, but I haven't been able to trace where yet. 2011-12-09 20:40:10 -05:00
Danny Yoo
46f314ea35 chasing a double-release 2011-12-04 20:04:03 -05:00
Danny Yoo
ccdb0c88f6 before 2011-12-04 19:00:56 -05:00
Danny Yoo
6904222c69 starting to do something 2011-12-04 18:43:25 -05:00
Danny Yoo
fa5cb557ba trying to get the exclusive lock logic in place 2011-12-04 18:03:53 -05:00
Danny Yoo
f7774abf4e bumping up to version 1.10 2011-12-01 00:12:12 -05:00