(no title)
manasij7479 | 2 years ago
In most cases, you just slice the program to isolate pure computation, and just optimize that.
Most traditional compiler optimizations stick to that as well, the exceptions to this rule are carefully engineered.
manasij7479 | 2 years ago
In most cases, you just slice the program to isolate pure computation, and just optimize that.
Most traditional compiler optimizations stick to that as well, the exceptions to this rule are carefully engineered.
No comments yet.