Christian Wirth
Christian Wirth
Hi @PaoloFR thanks for your question. I assume you are aware about the `Source.Builder cached()` function, i.e., that Sources and thus their compilations can be cached across Context. See https://www.graalvm.org/docs/reference-manual/embed/#code-caching-across-multiple-contexts...
> I notice that you have marked it as "enhancement" and you have self assigned yourself to it. Note that does not mean I am actively working on that, just...
Hi @davidretler Yes, this is still being worked on by the GraalVM/Truffle team. As stated above, we will support it as soon as it is available, but I cannot give...
Hi, We are working on that feature and I expect there will be some publication on that shortly. You can see some hints in the [Truffle Changelog](https://github.com/oracle/graal/blob/master/truffle/CHANGELOG.md#version-2210) already, note the...
Hi, I assume you mean we should add the `--i` flag to the `graalvm/bin/js` binary and allow to use `--eval` and the interactive REPL in collaboration? That sounds like a...
Hi @REASY thanks for your report. I can confirm this is not working at the moment. ~~The problem on your side should be easy to fix. You are using a...
Hi @REASY the workaround seems fine. But why did you try to bind it then in the first place? The effect of binding is to change the `this`, and your...
Hi @kommen thanks for trying out GraalVM and our JavaScript/Node.js implementation. I am happy to see that, aside from performance, it is working for you. We are aware that our...
Hi @yacota thanks for sharing your insight and the extensive data you provided. Can you by any chance also provide the core of your code, i.e. where you create JavaScript...
@nksaini83 when you say "context from cache", does that mean you don't ever `.close()` the Context? That might easily explain why no memory is freed. Please make sure that the...