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

Study inlining #310

Open
3 tasks
ArnaudBuchholz opened this issue Mar 9, 2019 · 0 comments
Open
3 tasks

Study inlining #310

ArnaudBuchholz opened this issue Mar 9, 2019 · 0 comments

Comments

@ArnaudBuchholz
Copy link
Owner

Part of #309

As a developer, I want the release version to inline functions to ensure maximal performances?

Acceptance criterias

  • Define the inline-able criteria (length, number of parameters, recursivity...)
  • Within a module, functions which are not exported and inline-able should be inlined
  • Functions which are internal, not exposed and inline-able should be inlined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant