Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

me: Reduce recursion depth of CFG and DFA #2338

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

fridis
Copy link
Member

@fridis fridis commented Dec 8, 2023

CFG was the deepest recursion when translating a small application, while DFA was at second position. This significantly flattens recursion shown in -XjavaProf-generated flame graphs. This might also improve performance by better memory access locality.

CFG was the deepest recursion when translating a small application, while DFA
was at second position.  This significantly flattens recursion shown in
-XjavaProf-generated flame graphs.  This might also improve performance by
better memory access locality.
@michaellilltokiwa michaellilltokiwa merged commit b0070c9 into main Dec 11, 2023
5 checks passed
@michaellilltokiwa michaellilltokiwa deleted the cfg_dfa_reduce_recursion_depth branch December 11, 2023 09:00
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.

None yet

2 participants