Runtime code generation and execution in Go: Part 1
Disclaimer: I won’t expand on why/when you want to do this kind of hack, and you should not do this unless you know exactly what you are doing.
Everything I talk about here is completely unsafe and might not be accurate for the future Go versions. This is not a recommendation, but more of a fun story.A few days ago, I posted about the idea of a blog post on runtime code generation and execution in Go:feel like i should write a blog post about how to write JIT engine in pure Go and really weird b...
Read more at mathetake.github.io