diff options
author | chriseth <chris@ethereum.org> | 2018-07-12 18:06:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 18:06:58 +0800 |
commit | 43ded4702c9c0a862c5499fab4debdd0e2183a3a (patch) | |
tree | 5b226d0d25d7e260b4416cab022bdf5a76f40b46 /libjulia/optimiser | |
parent | ff9974e94cc8d2a0ca9b0f3444de48c35b3e8305 (diff) | |
download | dexon-solidity-43ded4702c9c0a862c5499fab4debdd0e2183a3a.tar.gz dexon-solidity-43ded4702c9c0a862c5499fab4debdd0e2183a3a.tar.zst dexon-solidity-43ded4702c9c0a862c5499fab4debdd0e2183a3a.zip |
Clarify optimiser readme.
Diffstat (limited to 'libjulia/optimiser')
-rw-r--r-- | libjulia/optimiser/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjulia/optimiser/README.md b/libjulia/optimiser/README.md index b1ce8931..b26da0c7 100644 --- a/libjulia/optimiser/README.md +++ b/libjulia/optimiser/README.md @@ -1,3 +1,7 @@ +Note that the Yul optimiser is still in research phase. Because of that, +the following description might not fully reflect the current or even +planned state of the optimiser. + ## Yul Optimiser The Yul optimiser consists of several stages and components that all transform |