Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • in regards to YARV writing a file, calling and linking, aswell as DLLs etc, I did briefly consider that but kinda disregarded it as that seems like a lot of extra and potentially slow work, especially writing a file which is a lot slower than working in memory. If you write extra files at runtime like that don't you run the risk of a lot of junk being left behind in the event of a crash? Or does the VM just clean up next run? an existing DLL being used/called and linked later makes sense for one that already exists, but it didn't seem like it would be efficient or fast enough for JIT Commented Aug 25, 2022 at 19:29