Koutheir Attouchi

Results 91 comments of Koutheir Attouchi

I might have done something incorrectly. I pulled changes and merged from the `master` branch, and applied the same changes again in order to resolve the conflicts. Can we continue...

> So cross-platform seems to be rather impossible. Cross-compilation using native-image is **not** impossible. We already do it using our own fork of Graal, which allows us to cross architectures...

@mixaal, I can't really share how we do it, because it is part of a proprietary product. I simply wanted to inform you that it is possible. I'm sorry. @bademux,...

> Do you have an example where the LLVM backend behaviour is different from the expected one? I encountered this issue in a JCK test. I don't remember which one...

Did you consider, as a possible solution, the usage of generation-based (also known as versioned) pointers? This seems like a possible (and possibly efficient) solution to the issue. For more...

> Are they supposed to be significantly more efficient than, say, a proper concurrent hash map, allowing both concurrent reads and writes? I would say they can be more efficient,...

> This is only a problem when you want to make the method/field id outlive the method it's obtained from, correct? Correct. > It shouldn't be able to escape the...

> ### Which client code is NOT affected (benign leaks) > > Such leaks can be considered benign if all created local references are freed later: > > * Refs...

This looks like a regression, because I remember this used to work correctly, even when minor versions change.