|
|
|
|
|
by gte910h
5560 days ago
|
|
If it's "yet another thing I run after I am done writing code" that's just a optimizer IMO, not a different sort of thing. If it actually changes the code I have written, and then leaves it in that state for some reason 1> I want to know about that and 2> I want to know about if the trade offs of using it are worth it for the payments we make via reduced readability and malleability. |
|
(For the purposes of above comment, JIT interpreters absolutely count as compilers.)
And yes, it's 'just' an optimizer. It so happens to be a fairly interesting approach.