diff options
author | chriseth <chris@ethereum.org> | 2018-12-06 21:51:25 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-06 21:51:25 +0800 |
commit | fb805ccca6734481666d31c20777f3b637d2f170 (patch) | |
tree | 5ed046d7088dfa942cfcfc14ff593e76894b3822 | |
parent | 61241763749f4f27cd7abc1db4efd10a3a36b350 (diff) | |
download | dexon-solidity-fb805ccca6734481666d31c20777f3b637d2f170.tar dexon-solidity-fb805ccca6734481666d31c20777f3b637d2f170.tar.gz dexon-solidity-fb805ccca6734481666d31c20777f3b637d2f170.tar.bz2 dexon-solidity-fb805ccca6734481666d31c20777f3b637d2f170.tar.lz dexon-solidity-fb805ccca6734481666d31c20777f3b637d2f170.tar.xz dexon-solidity-fb805ccca6734481666d31c20777f3b637d2f170.tar.zst dexon-solidity-fb805ccca6734481666d31c20777f3b637d2f170.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 2acd60c8..cf3cf9e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Language Features: Compiler Features: * Inline Assembly: Improve error messages around invalid function argument count. + * Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``. Bugfixes: |