We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449246d commit 654c522Copy full SHA for 654c522
compiler/lib-wasm/call_graph_analysis.ml
@@ -179,14 +179,6 @@ let f p info =
179
call_info
180
181
(*
182
-- Find non-ambiguous functions that raises
183
- => there is a throw not in the scope of an exception handler
184
- => does not return an unboxed value
185
-
186
-Later:
187
-- deal with tail calls
188
-- transformation only if useful (exception catched by caller)
189
- ==> unambigous functions in the scope of an exception handler
190
- and may raise
191
- (propagate information in both directions)
+- Optimize tail-calls
+- Cannot change calling convention if the function has tail-calls
192
*)
0 commit comments