diff options
author | Alon Zakai <alonzakai@gmail.com> | 2018-01-24 15:50:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 15:50:50 -0800 |
commit | f9e49c05050723ee1be717d725e649a269f6807e (patch) | |
tree | 0fc4833bdeb290d67334cbce823c8cf54a0112fe /test/dynamicLibrary.fromasm.imprecise | |
parent | 0ddfd3a397eefde12a2999111cbdda0e77ab5639 (diff) | |
download | binaryen-f9e49c05050723ee1be717d725e649a269f6807e.tar.gz binaryen-f9e49c05050723ee1be717d725e649a269f6807e.tar.bz2 binaryen-f9e49c05050723ee1be717d725e649a269f6807e.zip |
Inlining improvements (#1375)
* inline 1-element functions when optimizing, as they will be smaller than the call we are replacing
* add an extra useful vacuum after inlining+optimizing
Diffstat (limited to 'test/dynamicLibrary.fromasm.imprecise')
-rw-r--r-- | test/dynamicLibrary.fromasm.imprecise | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dynamicLibrary.fromasm.imprecise b/test/dynamicLibrary.fromasm.imprecise index 09619276a..58d9559ad 100644 --- a/test/dynamicLibrary.fromasm.imprecise +++ b/test/dynamicLibrary.fromasm.imprecise @@ -56,7 +56,6 @@ (i32.const 5242880) ) ) - (call $runPostSets) (call $__ZN3FooC2Ev (i32.add (get_global $memoryBase) |