|
|
|
|
|
by klmr
972 days ago
|
|
> this is not a recipe for stability of your binaries I see the point in theory, but it works incredibly well in practice. The specific technology has been used in production by major companies for years. It even carefully works around buggy software that makes incorrect assumptions for undefined behaviour. (COI disclaimer: I used to work on this product; but I no longer have any stakes in it, financial or otherwise. I do still use the product, because it’s vastly superior to the alternatives.) |
|
I actually did similar in production at Google, which i suspect is one of the companies you are referring to.
I'm even overall a fan of using JITted code in production for normally "static" languages.
But - i've never seen this sort of thing break through the significant resistance/feeling of taboo that often exists around doing that kind of thing in production, long term.
You will find companies here and there willing, sure. But writ large? It eventually goes away, even at companies willing to try it.
I do hope they get past all that, i just ... am skeptical.