Florian Angerer
Florian Angerer
> Do I understand correctly that this duplicates the C code, using two separate code writers? Or is the duplication limited to certain sections or constructs? The duplication is limited...
@scoder Thanks for your comments. My main question, of course, is: How should I proceed? Is it fine to move code generation into the code writers? Or should we have...
Again, thanks for your feedback. > I mostly agree with @da-woods regarding the code writer changes. Okay, I'll move that code back to the nodes. I'm currently experimenting with using...
Sorry that it took that long but I just pushed a major update to this PR that changes a lot. As far as I understood the comments, the main problem...
Hi @HiperMaximus , no, I'm sorry. I couldn't make progress on that since I was focusing on NumPy/HPy in the last months. @mattip tries to make some progress on this...
Hi @igorcoding! Yes, this is definitively something we (the HPy dev cores) want to do. This particular PR served as a proof-of-concept to explore ways how we can/should do it....
I was able to reproduce the problem (on Linux) but I think it is not related to GraalVM because I see exactly the same issue when running the example on...
I think this relates to #297
Concerning the link: yes. You are right. If we change the context layout to what I've suggested, then other runtimes are still free to allocate the context on the heap....
I absolutely agree. I will design various benchmarks.