Results 15 comments of Gustaf Sjöberg

@AckslD Unfortunately it does not seem to help. Turning off preview works though, so you're on the right track.

Hi! Awesome that you're working on this. I have a branch where I dynamically linked V8. The reason I never merged it was that the Debian version was always lagging...

The reason it's implemented as an OS process is that the facilities to exit the VM from an outside thread were not reliable/fast enough in earlier versions. This is no...

Also, aren't long-running NIFs discouraged as they block the scheduler or has that been fixed/changed?

Hi! Please give me some more detail about your system (hardware, os etc). Thanks! - Gustaf

Looks like the port process is still processing data when the request to create a context arrives. Can you please attach your `variables.js`? Thank you.

Ok, the limit is 128kb as defined by `MAX_ARG_STRLEN` in `binfmts.h`. It's not a bug in erlang_v8 but rather a limitation in the kernel. It's not feasible to work around...

Give me a little time and I'll benchmark some stuff. On Sat, 4 Mar 2017 at 07:44, piglovesyou wrote: > @strange Thank you for your support. Because > I compile...

Interesting. I'll try to get some time next week to take a look at everything. Only thing is that I've gotten quite used to using `:Telescope resume` since creating this...