Filip Strömbäck
Filip Strömbäck
I just saw the latest answer to this PR, I'm sorry for being slow in getting back to you. 1. I am fairly sure that the compiler utilizes ebp for...
Some context that probably further complicates matters (I'm sorry): In my [language](https://storm-lang.org/) that uses the MPS, I store code objects in pools managed by the MPS. As these contain references...
Thank you for the kind words! I am actually using a separate pool for the code allocations already, so that is not an issue. I am currently using the amc...
This sounds like a good approach to me! Having to request executable memory in the future also seems reasonable to do, as it is a bit of a niche use-case....
I have been thinking a bit more about this. I have a rough idea for how to implement support for write XOR execute in a way that works for what...
You are right. And that is the "bug" that has been reported. In the code, the expression `sizeof('\0')` is used to compute the maximum length of a string (`EventStringLengthMAX +...
Thank you for looking at it! I will prepare the patch as a pull-request shortly. Regarding the website: No, I don't know if the submitter means the webpage for Storm...
Also: after thinking about it, I like the proposal of `sizeof("")` :grin: I did, however, have to think about it before realizing that it would not evaluate to `sizeof(void *)`.....
I received a reply regarding which website was referred in the original bug report. Apparently it is the one for Storm.
If it is relevant, I reported this as a possible bug in GCC here: [https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114051](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114051)