Replies: 1 comment
-
Yes, your understanding is correct. The narrowing should be implemented but it wasn't for simplicity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for open-sourcing this project. I'm curious about Crab's approach to handling recursions. From what I've observed, it identifies all widening points on the call graph and inlines the callee's logic, albeit with widening (but without narrowing) at these specific points. Could you confirm if my understanding aligns with Crab's recursion-handling strategy? I appreciate your time and insights.
Beta Was this translation helpful? Give feedback.
All reactions