summaryrefslogtreecommitdiff
path: root/test/debugInfo.fromasm.clamp.map
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2017-08-07 15:43:36 -0700
committerGitHub <noreply@github.com>2017-08-07 15:43:36 -0700
commit4f0bf336e0e04ec349c7524d86ffd2c4066cb644 (patch)
treed50a12f9701f8eb4b5f28770cf43a55877c931a8 /test/debugInfo.fromasm.clamp.map
parentb93ea39b239052314123d3641df29ff5c5730515 (diff)
downloadbinaryen-4f0bf336e0e04ec349c7524d86ffd2c4066cb644.tar.gz
binaryen-4f0bf336e0e04ec349c7524d86ffd2c4066cb644.tar.bz2
binaryen-4f0bf336e0e04ec349c7524d86ffd2c4066cb644.zip
Improve and enable inlining pass (#966)
* improve inlining pass to inline single-use functions that are fairly small, which makes it useful for removing unnecessary global constructors from clang. add an inlining-optimizing pass that also optimizes where it inlined, as new opportunities arise. enable that it by default in O2+ * fix a bug where we didn't run all passes properly - refactor addDefaultGlobalOptimizationPasses() into a pre and post version. we can only run the post version in incremental optimizing builds (functions appear one by one, we optimize them first, and do global stuff when all are done), but can run both when doing a full optimize * copy in inlining, allowing multiple inlinings of the same function in the future
Diffstat (limited to 'test/debugInfo.fromasm.clamp.map')
-rw-r--r--test/debugInfo.fromasm.clamp.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/debugInfo.fromasm.clamp.map b/test/debugInfo.fromasm.clamp.map
index 5680294cd..5fb3151c9 100644
--- a/test/debugInfo.fromasm.clamp.map
+++ b/test/debugInfo.fromasm.clamp.map
@@ -1 +1 @@
-{"version":3,"sources":["tests/hello_world.c","tests/other_file.cpp","return.cpp","even-opted.cpp","fib.c","/tmp/emscripten_test_binaryen2_28hnAe/src.c"],"names":[],"mappings":"yLC8ylTA,cC7vlTA,OAkDA,mCCnGA,OACA,OACA,qBCAA,wBAKA,MAJA,OADA,0BAKA,iGCsi1DA"} \ No newline at end of file
+{"version":3,"sources":["tests/hello_world.c","tests/other_file.cpp","return.cpp","even-opted.cpp","fib.c","/tmp/emscripten_test_binaryen2_28hnAe/src.c"],"names":[],"mappings":"wLC8ylTA,cC7vlTA,OAkDA,iBCnGA,OACA,OACA,8BCAA,wBAKA,MAJA,OADA,0BAKA,iGCsi1DA"} \ No newline at end of file