Structural Analysis #56
Labels
feature request
A request for a certain feature
hard
This issue is very hard to fix
medium priority
This will be important in the near future
refactor
To make the code prettier
Is your feature request related to a problem? Please describe.
Currently the wasm code gen is worked in a very unnature way.
And the code is very very very ugly.
Describe the solution you'd like
Instead of using current complex algorithm, use Structural Analysis based way instead.
We should start from creating a structural analysis analysis pass.
Ref Advanced Compiler Design & Implementation, Chapter 7.7, P202
Describe alternatives you've considered
Just refactor the current code generating.
The text was updated successfully, but these errors were encountered: