Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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; ```
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 }; ```
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
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
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
vouillon pushed 2 commits to js-strings ocsigen/js_of_ocaml
hhugo created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion | Some effects -> ```
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 'node {v}.js 128 500_000' <b>Benchmark 1</b>: node be...
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 'node {v...
vouillon pushed 2 commits to js-strings ocsigen/js_of_ocaml
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 ?
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