Danny Yoo
ce7a998ba8
correcting white-space: Firefox does not like it
2012-03-22 17:45:19 -04:00
Danny Yoo
7fbb36e4b1
trying to write simple binding to google maps
2012-03-19 18:22:31 -04:00
Danny Yoo
8798ab96a7
trying to get in abort-current-continuation
2012-03-16 16:55:05 -04:00
Danny Yoo
3a7507bab9
removing debug messages; adjusting the numeric tower to send errors it sees to the current machine
2012-03-15 16:53:47 -04:00
Danny Yoo
2d7de1f256
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
Danny Yoo
5798e28801
avoiding the internal error by explicitly checking the arity
2012-03-15 16:28:16 -04:00
Danny Yoo
a88e4192e3
in the middle of revising the ffi for the world
2012-03-14 21:16:01 -04:00
Danny Yoo
54cbc623fb
trying to trace why we're getting fractional
2012-03-06 11:02:36 -05:00
Danny Yoo
60387d58e5
trying to implement js-function and js-async-function
2012-03-04 18:13:20 -05:00
Danny Yoo
cd7b8904f5
lifting up closure constants
2012-03-02 00:58:29 -05:00
Danny Yoo
0ad456d380
singleton pause object to reduce allocation
2012-03-01 23:18:05 -05:00
Danny Yoo
05b1d9de86
symbol table to reduce allocation of symbols
2012-02-29 15:30:48 -05:00
Danny Yoo
926ef2fb90
removing level of indirection
2012-02-29 14:42:12 -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
d3ab24d6c8
adding while loops if we can trivially detect them.
2012-02-28 20:08:20 -05:00
Danny Yoo
7dc42c34c6
correcting the typechecks on the fast-path math
2012-02-27 23:10:40 -05:00
Danny Yoo
9aa1ac12d8
toplevel lookup should be cheaper
2012-02-27 18:34:44 -05:00
Danny Yoo
8dae95902c
fixed some typos
2012-02-27 18:31:13 -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
73f62ef36c
trying to reduce cost of namespace.get
2012-02-27 14:45:01 -05:00
Danny Yoo
40b616e9ea
minor: optimizing the splice a little more for code generation
2012-02-27 14:39:40 -05:00
Danny Yoo
afaae1dd13
Merge commit 'origin/master'
2012-02-27 13:59:00 -05:00
Jens Axel Søgaard
2d7baca4c5
Adding the flag --include-script to build. Used to textual include Javascript files in the header.
2012-02-27 19:26:13 +01: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
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
8aa50dacc7
keep the numBouncesBeforeYield as an integer
2012-02-22 01:25:57 -05:00
Danny Yoo
192e44555e
more minor optimizations
2012-02-21 21:00:03 -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
c7de7c5f7c
trying to accelerate addition and multiplication
2012-02-21 20:36:38 -05:00
Danny Yoo
578b745dfe
adding nucleic2 test
2012-02-21 18:04:51 -05:00
Danny Yoo
5e411d0bf5
missing var
2012-02-21 15:56:37 -05:00
Danny Yoo
4ba1ca94be
missing var
2012-02-21 15:53:38 -05:00
Danny Yoo
5289bb298b
restoring secondary paths to addition and multiplication
2012-02-21 15:20:32 -05:00
Danny Yoo
018f1b2559
special-casing vector-ref and vector-set
2012-02-21 14:43:21 -05:00
Danny Yoo
def882c23d
More optimizations. Also removed makeCheckParameterizedArgumentType: it's expensive. Rewrote baselib.checkNaturalInRange out explicitly for better performance.
2012-02-21 14:03:40 -05:00
Danny Yoo
06bc6ad34e
low-hanging fruit optimizations
2012-02-21 13:23:30 -05:00
Danny Yoo
3d34c22b97
trying to fix all the silly c...r functions
2012-02-20 16:49:37 -05:00
Danny Yoo
709ebce4fe
adding more of the primitives needed to run the scheme benchmark
2012-02-20 15:59:19 -05:00
Danny Yoo
b8971417b2
fixing type of list*; kanren wasn't running properly
2012-02-20 14:00:42 -05:00
Danny Yoo
656825be9e
cadddr
2012-02-20 13:36:05 -05:00
Danny Yoo
6f36854ee7
correcting typos in the fast path detection
2012-02-20 12:18:31 -05:00
Danny Yoo
a0b708c799
adding more of the c*r functions
2012-02-19 21:27:07 -05:00