Timeline for How does a JIT compiler actually emit and then call the emitted native code?
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 31, 2022 at 22:35 | vote | accept | AIWalker | ||
| Aug 30, 2022 at 18:00 | history | tweeted | twitter.com/StackSoftEng/status/1564674332068020224 | ||
| Aug 25, 2022 at 15:03 | answer | added | Stack Exchange Broke The Law | timeline score: 0 | |
| Aug 25, 2022 at 10:33 | answer | added | gnasher729 | timeline score: 2 | |
| Aug 25, 2022 at 10:19 | answer | added | Jörg W Mittag | timeline score: 9 | |
| Aug 25, 2022 at 7:39 | comment | added | Darem | No problem glad I could help :) | |
| Aug 25, 2022 at 7:38 | comment | added | AIWalker | Yes i saw that execute permission being a problem while delving into the other questions linked and saw that as well, and i also found that same answer. Still not sure why I never found this while searching earlier, but thank you very much for pointing me to these questions & answers :) | |
| Aug 25, 2022 at 7:34 | comment | added | Darem | It is a little bit more complicated. Because you have to give the buffer the permission to execute code. This answer explains it a little bit more in depth stackoverflow.com/a/18477070/8458043. But basically your idea was right. | |
| Aug 25, 2022 at 7:32 | comment | added | AIWalker | That looks pretty much like what I was looking for, I'm not sure how I didn't find it in my googling before I asked this question! And it looks like it was my initial thought of 'write binary to array/buffer, and then jump to that location' which I thought seemed a little too simple to be the true answer. But im now down the rabbit hole, so we shall see | |
| Aug 25, 2022 at 7:27 | comment | added | Darem | stackoverflow.com/a/27627308/8458043 this gives a good and simple explanation. Or do you need more details? | |
| Aug 25, 2022 at 6:11 | review | Close votes | |||
| Aug 30, 2022 at 3:02 | |||||
| Aug 25, 2022 at 5:42 | history | asked | AIWalker | CC BY-SA 4.0 |