Skip to content

Implementing worklist algorithm#58

Closed
AntoninGoslin wants to merge 13 commits into
moosetechnology:differences-list-with-meta-modelfrom
AntoninGoslin:worklow_algo_fix_empty_list
Closed

Implementing worklist algorithm#58
AntoninGoslin wants to merge 13 commits into
moosetechnology:differences-list-with-meta-modelfrom
AntoninGoslin:worklow_algo_fix_empty_list

Conversation

@AntoninGoslin

Copy link
Copy Markdown
Contributor

I changed the algorithm from a recursive version to an iterative version using the worklist algorithm.
With this configuration, it will be way easier to chase performance issues.

Sources:
https://martinsteffen.github.io/compilerconstruction/worklistalgos/

@AntoninGoslin AntoninGoslin changed the title Worklow algo fix empty list Implementing Worklist algorithm Jun 12, 2026
@AntoninGoslin AntoninGoslin changed the title Implementing Worklist algorithm Implementing worklist algorithm Jun 12, 2026
@AntoninGoslin

Copy link
Copy Markdown
Contributor Author

PR #60 fix a bug of optimisation and contains same commits as this PR

@AntoninGoslin AntoninGoslin deleted the worklow_algo_fix_empty_list branch June 16, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant