- 
                Notifications
    
You must be signed in to change notification settings  - Fork 113
 
Add group functions library #507
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
Add group functions library #507
Conversation
Created using spr 1.3.4
Created using spr 1.3.4 [skip ci]
Created using spr 1.3.4 [skip ci]
Created using spr 1.3.4 [skip ci]
This patch adds a library and associated unit tests for grouping functions emitted from the extract_functions script for more efficient compilation. Pull Request: google#507
This patch adds a library and associated unit tests for grouping functions emitted from the extract_functions script for more efficient compilation. Pull Request: google#507
Created using spr 1.3.4 [skip ci]
This patch adds a library and associated unit tests for grouping functions emitted from the extract_functions script for more efficient compilation. Pull Request: google#507
| function_corpus = corpus.Corpus( | ||
| data_path=function_folder, | ||
| delete_flags=delete_flags, | ||
| construct_cmd_for_compilation=False) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used where?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what you're commenting on here. function_corpus is used shortly below. We need construct_cmd_for_compilation to be set to False to avoid getting an extra -x ir {} stuck in the command line from the corpus tooling.
This patch adds a library and associated unit tests for grouping functions emitted from the extract_functions script for more efficient compilation. Pull Request: google#507
Created using spr 1.3.4 [skip ci]
Created using spr 1.3.4 [skip ci]
This patch adds a library and associated unit tests for grouping functions emitted from the extract_functions script for more efficient compilation. Pull Request: google#507
Created using spr 1.3.4 [skip ci]
This patch adds a library and associated unit tests for grouping functions emitted from the extract_functions script for more efficient compilation. Pull Request: google#507
Created using spr 1.3.4 [skip ci]
Created using spr 1.3.4 [skip ci]
This patch adds a library and associated unit tests for grouping functions emitted from the extract_functions script for more efficient compilation. Reviewers: svkeerthy, mtrofin Reviewed By: mtrofin Pull Request: #507
This patch adds a library and associated unit tests for grouping
functions emitted from the extract_functions script for more efficient
compilation.