CohenArthur
CohenArthur
It might be easier to import marxin's commit and simply push it on github, then upstreaming it as we do with the rest of the commits
hm, so should we make those changes to all of our files within `gcc/rust/` and `libgrust/`? considering they've now probably all been touched by people using DCO sign-off instead of...
do you have a Rust example where this causes a use-after-free? ASAN will probably be helpful with this, if you'd like I can send in my configure line and `make`...
Yeah, sorry about that. I made these issues when reading the reviews on the patches and should have explained some of them a little better :)
Yep exactly @anuragcs :) are you interested in working on this?
@anuragcs thanks! I've assigned you to the issue
Considering we haven't had any work done on this, and the fact that I agree with @tschwinge regarding the impact of this issue on everyone's time, I'll close it for...
Right. This should already be the case in most of the codebase, but there are some stray calls to `rust_error_at()` left, which I'll remove. Especially in more modern additions, we...
I'm assuming that by "native-code" you mean code that the user can write in C/C++ but use in Wren ? Akin to how Python uses libraries written in C where...
Another nice thing to work on in terms of performance would be the ability to [save and load bytecode](https://github.com/wren-lang/wren/issues/535). Bypassing the front-end of the interpreter would surely give a nice...