diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-12 18:09:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 18:09:54 +0800 |
commit | c438b73f689b904152f4b8b636579317fb55e60a (patch) | |
tree | 5b226d0d25d7e260b4416cab022bdf5a76f40b46 | |
parent | ff9974e94cc8d2a0ca9b0f3444de48c35b3e8305 (diff) | |
parent | 43ded4702c9c0a862c5499fab4debdd0e2183a3a (diff) | |
download | dexon-solidity-c438b73f689b904152f4b8b636579317fb55e60a.tar.gz dexon-solidity-c438b73f689b904152f4b8b636579317fb55e60a.tar.zst dexon-solidity-c438b73f689b904152f4b8b636579317fb55e60a.zip |
Merge pull request #4493 from ethereum/chriseth-patch-1
Clarify Yul optimiser readme.
-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 |