Self-modifying code: Difference between revisions

Content deleted Content added
m a i -> an i
..or.. I think this was the orignal meaning..
Line 7:
# Optimisation of a state dependant loop.
# Runtime code generation, or specialisation of an algorithm in runtime or loadtime (which is popular, for example in the ___domain of real-time graphics).
# Altering of inlined state of an [[object (programming)|object]], or simulating the high level construction of [[Closure (programming)|closures]].
# Patching of subrouting address calling, as done usually at load time of [[DLL|dynamic libraries]]. Wherther this is regarded 'self-modifying code' or not is a case or terminology.