From 8afd0ea0305ed5043466b4f5dfebebe4aac75c9a Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 8 Feb 2018 19:04:20 +0000 Subject: Introduce Julia filter to encapsulate top level Block as a FunctionDefinition (wasm specific) --- libjulia/optimiser/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libjulia/optimiser/README.md') diff --git a/libjulia/optimiser/README.md b/libjulia/optimiser/README.md index e7134440..e8aa777a 100644 --- a/libjulia/optimiser/README.md +++ b/libjulia/optimiser/README.md @@ -87,3 +87,12 @@ simple rules like ``x + 0 == x`` to simplify expressions. ## Ineffective Statement Remover This step removes statements that have no side-effects. + +## WebAssembly specific + +### Main Function + +Changes the topmost block to be a function with a specific name ("main") which has no +inputs nor outputs. + +Depends on the Function Grouper. -- cgit v1.2.3