You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated code can be printed, stored in a file -- or compiled and linked-back to the running program, thus implementing run-time code optimization.
I guess this makes sense in theory. It is like hot-swapping symbols I guess? And it is proven to work in one language.