Commit Graph

  • 5c245da591 filling in documentation for the ffi Danny Yoo 2012-03-16 13:44:06 -0400
  • 05fe0c5de4 adding comments Danny Yoo 2012-03-15 17:07:02 -0400
  • 1aa0748cda adding comments Danny Yoo 2012-03-15 17:06:47 -0400
  • 3a7507bab9 removing debug messages; adjusting the numeric tower to send errors it sees to the current machine Danny Yoo 2012-03-15 16:53:47 -0400
  • 2d7de1f256 caught the bug. control after calling the fail continuation wasn't being returned in baselib-functions/internalCallDuringPause. Subtle. Danny Yoo 2012-03-15 16:33:30 -0400
  • 5798e28801 avoiding the internal error by explicitly checking the arity Danny Yoo 2012-03-15 16:28:16 -0400
  • 441c40d305 fixing argument passing to the callback Danny Yoo 2012-03-15 15:07:24 -0400
  • 45ef3b21f9 correcting a problem with regards to accumulated event handlers in the presence of a to-draw that doesn't return a view that depends on the current view. Danny Yoo 2012-03-15 14:29:44 -0400
  • 1f04418f7c continuing to fix Danny Yoo 2012-03-15 13:54:09 -0400
  • f05f452dd6 continuing to fix some typos Danny Yoo 2012-03-15 13:32:33 -0400
  • 4e8b8a64cd continuing to push the cps-ing through Danny Yoo 2012-03-15 13:14:51 -0400
  • 764afaa731 adding a foreachK helper Danny Yoo 2012-03-15 13:08:00 -0400
  • da295687e5 cpsing the web-world a little more so I can call event handler on-start and on-stop too Danny Yoo 2012-03-15 13:00:29 -0400
  • a88e4192e3 in the middle of revising the ffi for the world Danny Yoo 2012-03-14 21:16:01 -0400
  • 5c881e6487 fixing the example Danny Yoo 2012-03-06 14:04:19 -0500
  • fa6cad34b7 ok, clipart is working. Better notify grem Danny Yoo 2012-03-06 11:06:07 -0500
  • 6871bbf07c correcting scaling bug Danny Yoo 2012-03-06 11:05:01 -0500
  • 54cbc623fb trying to trace why we're getting fractional Danny Yoo 2012-03-06 11:02:36 -0500
  • dd6135123c continuing to try making grem's clipart example work Danny Yoo 2012-03-06 10:51:10 -0500
  • cb2ef22559 working on clipart test Danny Yoo 2012-03-06 10:40:35 -0500
  • ce0e1259b5 variable renaming Danny Yoo 2012-03-05 17:10:26 -0500
  • 3315d65f43 js-get-message example Danny Yoo 2012-03-05 16:04:42 -0500
  • 15812e1c53 got another thing working Danny Yoo 2012-03-05 16:03:14 -0500
  • 002521a21b intra-iframe communication example Danny Yoo 2012-03-05 15:55:02 -0500
  • 8e3c2cf920 documenting the test function; need to show it to a few people Danny Yoo 2012-03-04 21:46:27 -0500
  • 2e44e1cfdb trying to get it to work Danny Yoo 2012-03-04 21:41:34 -0500
  • ecb62a63e8 trying to get it to work Danny Yoo 2012-03-04 21:20:53 -0500
  • c598b1933b trying to make world event sources out of javascript function call Danny Yoo 2012-03-04 20:40:15 -0500
  • 19a8bc6840 continuing to quickly prototype this. Danny Yoo 2012-03-04 20:30:45 -0500
  • 714eb87844 trying to extend web world for this. Danny Yoo 2012-03-04 20:24:34 -0500
  • cf40b06d69 trying to test out the js binding stuff Danny Yoo 2012-03-04 18:24:57 -0500
  • 60387d58e5 trying to implement js-function and js-async-function Danny Yoo 2012-03-04 18:13:20 -0500
  • 9b2bc3a3dc test case that uses ramanujan's series for approximating pi Danny Yoo 2012-03-02 19:22:10 -0500
  • 07d569a66b trying to determine toplevel references Danny Yoo 2012-03-02 01:13:10 -0500
  • cd7b8904f5 lifting up closure constants triangle Danny Yoo 2012-03-02 00:58:29 -0500
  • 0ad456d380 singleton pause object to reduce allocation Danny Yoo 2012-03-01 23:18:05 -0500
  • b788e1bb57 renaming variables for clarity Danny Yoo 2012-03-01 21:52:27 -0500
  • 1cd5e9b7cc expanding the set of simple expressions to include primitive references Danny Yoo 2012-03-01 17:40:24 -0500
  • c54583dde4 reducing juggling by a little more Danny Yoo 2012-03-01 17:22:18 -0500
  • 05b1d9de86 symbol table to reduce allocation of symbols Danny Yoo 2012-02-29 15:30:48 -0500
  • 926ef2fb90 removing level of indirection Danny Yoo 2012-02-29 14:42:12 -0500
  • aed845f3f5 eliminating unnecessary argcount assignment when primitives are used Danny Yoo 2012-02-29 14:20:14 -0500
  • 2ade0f2db6 trying to reduce cost of primitive application Danny Yoo 2012-02-29 14:04:17 -0500
  • 8c3cf9c5f2 trying to reduce cost of primitive application Danny Yoo 2012-02-29 13:55:04 -0500
  • e9d3c207f7 fixing indentation, enabling comments in emitted source Danny Yoo 2012-02-29 12:37:09 -0500
  • fc521f6f7b still trying to optimizing module variable lookup Danny Yoo 2012-02-28 23:33:03 -0500
  • d3ab24d6c8 adding while loops if we can trivially detect them. Danny Yoo 2012-02-28 20:08:20 -0500
  • e62b7e9977 Statically determining more jumps, so we should be able to do while loops. Danny Yoo 2012-02-28 19:45:17 -0500
  • 32ff42bebe adding a simple looping example Danny Yoo 2012-02-28 19:23:46 -0500
  • 1e152258f7 adding print-il target to make it easier for me to debug and see how things are being translated Danny Yoo 2012-02-28 18:58:14 -0500
  • 83f6db4211 back-porting the corrections I needed to make to take advantage of load-script, as well as correctly sending string rather than naked id to the call to the Raphael JS library Danny Yoo 2012-02-28 18:26:21 -0500
  • 2abca33a81 updating raphael-demo with new version from Jens Danny Yoo 2012-02-28 18:24:58 -0500
  • f7917d378c fixing compilation on 5.1.3 Danny Yoo 2012-02-28 15:26:40 -0500
  • 862fa431fe correcting example so it works under firefox too Danny Yoo 2012-02-28 00:29:44 -0500
  • 7dc42c34c6 correcting the typechecks on the fast-path math Danny Yoo 2012-02-27 23:10:40 -0500
  • 8df8168d1c making the construction of the mockview lazy Danny Yoo 2012-02-27 22:40:48 -0500
  • a933a419dd just in case Danny Yoo 2012-02-27 21:45:47 -0500
  • d41aa187e3 adding load-script to the FFI; modified examples/raphael-demo.rkt so that it loads the raphael library dynamically Danny Yoo 2012-02-27 21:38:52 -0500
  • 7b2618bf14 Merge pull request #89 from soegaard/js-eval Danny Yoo 2012-02-27 16:20:25 -0800
  • ca444e49ee some cleanup Danny Yoo 2012-02-27 18:46:41 -0500
  • 9aa1ac12d8 toplevel lookup should be cheaper Danny Yoo 2012-02-27 18:34:44 -0500
  • 8dae95902c fixed some typos Danny Yoo 2012-02-27 18:31:13 -0500
  • 95e8a08079 still debugging Danny Yoo 2012-02-27 18:21:43 -0500
  • 1d6d1d481a debuggin Danny Yoo 2012-02-27 18:09:19 -0500
  • 8d9c1100f7 about to change toplevel reference and setting again Danny Yoo 2012-02-27 17:53:35 -0500
  • 5654cf7432 trying to normalize namespaces between js-implemented and Whalesong-implemented Danny Yoo 2012-02-27 17:39:15 -0500
  • 9bce797f13 Added command line for compiling the example. js-eval Jens Axel Søgaard 2012-02-27 23:23:59 +0100
  • 2def5b99a8 Adds js-eval for evaluting JavaScript from Whalesong. Jens Axel Søgaard 2012-02-27 23:11:36 +0100
  • c7a5bf9658 refactoring modprovide Danny Yoo 2012-02-27 16:26:22 -0500
  • 73f62ef36c trying to reduce cost of namespace.get Danny Yoo 2012-02-27 14:45:01 -0500
  • 40b616e9ea minor: optimizing the splice a little more for code generation Danny Yoo 2012-02-27 14:39:40 -0500
  • b1a09f3e9d fixing application of statically known lambda so they don't need to juggle Danny Yoo 2012-02-27 14:27:29 -0500
  • afaae1dd13 Merge commit 'origin/master' Danny Yoo 2012-02-27 13:59:00 -0500
  • a4c94fe8d6 Merge pull request #88 from soegaard/script-header Danny Yoo 2012-02-27 10:58:31 -0800
  • 2d7baca4c5 Adding the flag --include-script to build. Used to textual include Javascript files in the header. script-header Jens Axel Søgaard 2012-02-27 19:26:13 +0100
  • 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 Danny Yoo 2012-02-27 13:25:41 -0500
  • e253084850 modifying test Make target so it does a build too Danny Yoo 2012-02-27 12:50:27 -0500
  • ca2e773d36 fix for issue 86: pruning dead test targets away for now Danny Yoo 2012-02-27 12:40:07 -0500
  • a19c7c1808 fix for issue 86: pruning dead test targets away for now Danny Yoo 2012-02-27 12:39:36 -0500
  • 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. Danny Yoo 2012-02-26 19:32:38 -0500
  • 8851726a92 copmile-toplevel-ref and compile-toplevel-set know enough to see if we're mutating a module variable or not. Danny Yoo 2012-02-26 19:16:34 -0500
  • fe10bcb18c adding test files for tracing the module scoping bug Danny Yoo 2012-02-26 19:03:26 -0500
  • b0af169275 trying to let whalesong work without gui libraries. Also trying to trace the module variable bug Danny Yoo 2012-02-26 18:59:42 -0500
  • 8aa50dacc7 keep the numBouncesBeforeYield as an integer Danny Yoo 2012-02-22 01:25:57 -0500
  • 192e44555e more minor optimizations Danny Yoo 2012-02-21 21:00:03 -0500
  • bd19a1e66a updating js-numbers with uncompressed version to make it easier to profile Danny Yoo 2012-02-21 20:55:20 -0500
  • b7ac392030 adding quicker dispatches to avoid touching arguments[i] Danny Yoo 2012-02-21 20:45:40 -0500
  • c7de7c5f7c trying to accelerate addition and multiplication Danny Yoo 2012-02-21 20:36:38 -0500
  • 578b745dfe adding nucleic2 test Danny Yoo 2012-02-21 18:04:51 -0500
  • d490992f99 registering the new tests Danny Yoo 2012-02-21 16:25:09 -0500
  • 3b6b634f75 added more tests Danny Yoo 2012-02-21 16:21:11 -0500
  • 5e411d0bf5 missing var Danny Yoo 2012-02-21 15:56:37 -0500
  • 4ba1ca94be missing var Danny Yoo 2012-02-21 15:53:38 -0500
  • 5289bb298b restoring secondary paths to addition and multiplication Danny Yoo 2012-02-21 15:20:32 -0500
  • ad5f6d8b79 bumping internal version Danny Yoo 2012-02-21 14:48:03 -0500
  • 018f1b2559 special-casing vector-ref and vector-set Danny Yoo 2012-02-21 14:43:21 -0500
  • def882c23d More optimizations. Also removed makeCheckParameterizedArgumentType: it's expensive. Rewrote baselib.checkNaturalInRange out explicitly for better performance. Danny Yoo 2012-02-21 14:03:07 -0500
  • 06bc6ad34e low-hanging fruit optimizations Danny Yoo 2012-02-21 13:23:30 -0500
  • 3d34c22b97 trying to fix all the silly c...r functions Danny Yoo 2012-02-20 16:49:37 -0500
  • ce56e96aeb generating the tedious code Danny Yoo 2012-02-20 16:26:44 -0500