top | item 36119101

(no title)

manasij7479 | 2 years ago

Input's and other side effects are not too tricky to handle.

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.

discuss

order

No comments yet.