We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The inlining mechanism seems to not fully work on this kind of example
func A() end func B A(); end func C map B() on elems; end
In the last phase of simit-dump, the func A is still present.
func A
The text was updated successfully, but these errors were encountered:
huangjd
No branches or pull requests
The inlining mechanism seems to not fully work on this kind of example
In the last phase of simit-dump, the
func A
is still present.The text was updated successfully, but these errors were encountered: