aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-18 18:36:58 +0800
committerGitHub <noreply@github.com>2018-12-18 18:36:58 +0800
commit4e475cdbe91e38e7b129248d4578b3a4fbf926be (patch)
tree5dbf391d521abb7e87338efe8da0d3129a19fbab /Changelog.md
parent4b43aecaeb44651568f7d6590e41fdf3a497ff26 (diff)
parent1b8570f829ead5859c60e92e51e814e3baa50dc9 (diff)
downloaddexon-solidity-4e475cdbe91e38e7b129248d4578b3a4fbf926be.tar.gz
dexon-solidity-4e475cdbe91e38e7b129248d4578b3a4fbf926be.tar.zst
dexon-solidity-4e475cdbe91e38e7b129248d4578b3a4fbf926be.zip
Merge pull request #5625 from ethereum/single-check
Do check for callvalue only once if no payable functions
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index e26ab0f9..63c0280a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Language Features:
Compiler Features:
* Inline Assembly: Improve error messages around invalid function argument count.
+ * Code Generator: Only check callvalue once if all functions are non-payable.
* Code Generator: Use codecopy for string constants more aggressively.
* Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``.
* Compiler Interface: Disallow unknown keys in standard JSON input.