mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- Until now the source code was being parsed during every fitness computation. Now the parsed program is reused and only the optimisation steps are applied each time.