Danny Yoo
b788e1bb57
renaming variables for clarity
2012-03-01 21:52:27 -05:00
Danny Yoo
1cd5e9b7cc
expanding the set of simple expressions to include primitive references
2012-03-01 17:40:24 -05:00
Danny Yoo
c54583dde4
reducing juggling by a little more
2012-03-01 17:22:18 -05:00
Danny Yoo
05b1d9de86
symbol table to reduce allocation of symbols
2012-02-29 15:30:48 -05:00
Danny Yoo
aed845f3f5
eliminating unnecessary argcount assignment when primitives are used
2012-02-29 14:20:14 -05:00
Danny Yoo
2ade0f2db6
trying to reduce cost of primitive application
2012-02-29 14:04:17 -05:00
Danny Yoo
8c3cf9c5f2
trying to reduce cost of primitive application
2012-02-29 13:55:04 -05:00
Danny Yoo
e9d3c207f7
fixing indentation, enabling comments in emitted source
2012-02-29 12:37:09 -05:00
Danny Yoo
fc521f6f7b
still trying to optimizing module variable lookup
2012-02-28 23:33:03 -05:00
Danny Yoo
e62b7e9977
Statically determining more jumps, so we should be able to do while loops.
2012-02-28 19:55:15 -05:00
Danny Yoo
f7917d378c
fixing compilation on 5.1.3
2012-02-28 15:26:40 -05:00
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