Results 310 comments of Fabian

Just to confirm, do you get this issue when you open [debug.html](https://copy.sh/v86/debug.html), use the xp image as a hard drive and increase the memory size to 256MB or more? Could...

It's a weird issue, so I'm guessing a bit in the dark here. Can you: - Try with a lower memory size - Let me know the size of the...

Some things have been improved: - rtc fix: 1a27b7231179c15d54173049597e7d18fb4acbcb - #np on int for 3.x: 4e9ceb0ec1c8e9e19cf54fcb36114a97d0982bef - Added two new profiles (not deployed yet): aebf5eced86a7f1060379ba6fbe7caa767ddadf5 - The netlogon issue I...

Possibly related to https://github.com/ocaml/merlin/issues/774

Thanks for letting me know! I mostly prefer perf over gdbprofiler these days (see [this thread](https://discuss.ocaml.org/t/ann-perf-demangling-of-ocaml-symbols-a-short-introduction-to-perf/7143)), since it has much less overhead. perf should also work on wsl2, but not...

Here is another option: https://leaningtech.com/webvm-virtual-machine-with-networking-via-tailscale/

I don't think I will add this to libv86, since it's often useful to run v86 in the background, but embedders are obviously free to use this snippet. That said,...

Thanks! `-timer-resolution Low` doesn't seem to make much of a difference. It looks like the first broken stack happens later, but after that a similar breakage happens. If you can't...

For reference, this has been partially implemented here: https://github.com/ocaml/merlin/pull/366

Here: ``` ;; jbuild (executable ((name evaluator) (flags (:standard -w A-4-39-40-41-42-44-45 -warn-error A-26-32-58-60 -safe-string -short-paths -strict-sequence -bin-annot -absname -g)) (js_of_ocaml ((flags (:standard --toplevel --linkall +weak.js +toplevel.js +dynlink.js)))) (preprocess (pps (js_of_ocaml-ppx)))...