Results 508 comments of hhugo

@RuyBlast, sorry for this long silence. Is this still something that you care about ? Is it impractical to do validation using `val form_elements : ?get:bool -> Dom_html.formElement t ->...

> It seems Js_of_ocaml can properly eliminate these caml_calls when inside the same module/library, but across library boundaries it has issues This is not quite true. Jsoo cannot sometimes produce...

I'm not very familiar with the Webgl api and the difference between GL1 and Gl2. Would you be able to provide more information and maybe concrete examples covering your two...

Js_of_ocaml doesn't support ocaml multicore - ocaml multicore uses a different set of bytecode instructions, it also shuffles instruction codes ```diff - GETFIELD0, GETFIELD1, GETFIELD2, GETFIELD3, GETFIELD, GETFLOATFIELD, + GETFIELD0,...

IIRC @Armael and @kayceesrk worked on supporting multicore in jsoo. I dont know what they ended up with

I've a branch that propagate changes for some of the instructions. But it fail to compile the `stdlib` due to instruction related to effects. https://github.com/ocsigen/js_of_ocaml/tree/multicore-410 https://github.com/ocsigen/js_of_ocaml/commit/837566a6f4fac41bf33f3c8a5952730215ed5622

I've opened an issue regarding the instructions/opcodes reuse. https://github.com/ocaml-multicore/ocaml-multicore/issues/475

> I think the reason is that the CPS translation I implemented back then is not correct! :D > So yeah, I probably wouldn't advocate to use it, unfortunately. Do...

I've updated my branch for multicore.4.12+domains -> https://github.com/ocsigen/js_of_ocaml/tree/multicore-412