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

Add spy_disabled annotation to subroutines. #2187

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

AWoloszyn
Copy link
Contributor

This allows us to have subroutines that are not sensible
in the spy, but should still run in the server.

The starting example for this is an expensive loop through
all levels/layers of an image to do a read, which is
disabled in the interceptor anyway.

This allows us to have subroutines that are not sensible
in the spy, but should still run in the server.

The starting example for this is an expensive loop through
all levels/layers of an image to do a read, which is
disabled in the interceptor anyway.
@AWoloszyn AWoloszyn merged commit 0aa7f41 into google:master Sep 10, 2018
@AWoloszyn AWoloszyn deleted the more_optimizations branch September 10, 2018 17:38
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.

2 participants