Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ocsigen/js_of_ocaml

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion last.e = fiber; caml_current_stack = stack; return stack.k; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

hhugo created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
We can use an object rather than an array to implement the exception stack. ```suggestion return { k: hval, x: { h:hexn, t:0 }, h: handlers, e: 0 }; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 1 commit to wasm-runtime-changes ocsigen/js_of_ocaml
  • Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... 5094ef3

View on GitHub

vouillon pushed 2 commits to js-strings ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 1 commit to wasm-runtime-changes ocsigen/js_of_ocaml
  • Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... c2f6204

View on GitHub

vouillon created a branch on ocsigen/js_of_ocaml

wasm-runtime-changes - Compiler from OCaml to Javascript.

vouillon pushed 7 commits to js-strings ocsigen/js_of_ocaml
  • Wat file preprocessor f2b41c2
  • Imported string constants 4270f55
  • Wasm_of_ocaml: implement use-js-string flag 96d6c09
  • Test: enable JS string dd5da6e
  • Revert "Test: enable JS string" This reverts commit 9dc49d60a55c2a267c1fd6932feca5dee2a3dc5e. b6bd6ba
  • CI d1b47a4
  • WIP 3c28717

View on GitHub

vouillon pushed 1 commit to js-strings ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 1 commit to js-strings ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 1 commit to js-strings ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 2 commits to js-strings ocsigen/js_of_ocaml
  • Revert "Test: enable JS string" This reverts commit 9dc49d60a55c2a267c1fd6932feca5dee2a3dc5e. 3aee1b5
  • CI 594cf8b

View on GitHub

OlivierNicole created a review comment on a pull request on ocsigen/js_of_ocaml
Oops

View on GitHub

OlivierNicole created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

hhugo created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion | Some effects -> ```

View on GitHub

hhugo created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

hhugo created a comment on a pull request on ocsigen/js_of_ocaml
The latest commit (that implement perform and reperform separately) is even faster. <pre>$ hyperfine -L v before,next --warmup 3 &apos;node {v}.js 128 500_000&apos; <b>Benchmark 1</b>: node be...

View on GitHub

hhugo pushed 1 commit to opt-fiber ocsigen/js_of_ocaml

View on GitHub

hhugo created a comment on a pull request on ocsigen/js_of_ocaml
The deep_state benchmark (included in this PR in compiler/tests-jsoo/lib-effects/deep_state.ml) runs significantly faster with this PR <pre>$ hyperfine -L v before,after --warmup 3 &apos;node {v...

View on GitHub

vouillon pushed 2 commits to js-strings ocsigen/js_of_ocaml
  • Wasm_of_ocaml: implement use-js-string flag 5aefa69
  • Test: enable JS string 9dc49d6

View on GitHub

vouillon pushed 4 commits to js-strings ocsigen/js_of_ocaml
  • Wat file preprocessor 414dc66
  • Imported string constants f0252f0
  • Wasm_of_ocaml: implement use-js-string flag 9c472a4
  • Test: enable JS string 6164415

View on GitHub

hhugo pushed 1 commit to opt-fiber ocsigen/js_of_ocaml

View on GitHub

hhugo created a comment on a pull request on ocsigen/js_of_ocaml
@vouillon, I've reworked the implementation of effects in the js runtime so that it looks more like what's done upstream in the c runtime. Can you take a look ?

View on GitHub

hhugo pushed 1 commit to opt-fiber ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 14 commits to js-strings ocsigen/js_of_ocaml
  • Fixes d13b8d9
  • Wasm runtime: clean-up a37096b
  • Tests: use Jsoo_runtime.Sys.Config.use_js_string rather than a hack 5fa1eb1
  • Rename module Wa_runtime to Runtime_files 6aaeb40
  • Wasm runtime: rename type $string to $bytes 969fd70
  • Wasm runtime: rename some functions 5ccd3b7
  • Wasm AST: add extern.convert_any 9ba2e6c
  • Wasm_of_ocaml: support JavaScript strings in prelude code 75b2e52
  • Flag use-js-string default to false for wasm_of_ocaml d3f8380
  • CI: use node v8 canary a2209c4
  • Wat file preprocessor 0d6d826
  • Imported string constants f49d969
  • WIP ba14b7c
  • Test: enable JS string af0bdb8

View on GitHub

hhugo pushed 1 commit to opt-fiber ocsigen/js_of_ocaml
  • introduce caml_current_stack e1fa87d

View on GitHub

hhugo pushed 6 commits to opt-fiber ocsigen/js_of_ocaml

View on GitHub

Load more