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 shortcut for trivial class transformation where mutable properties are not resolved #516

Closed
raphw opened this issue Aug 16, 2018 · 1 comment
Assignees
Milestone

Comments

@raphw
Copy link
Owner

raphw commented Aug 16, 2018

Calls like getEnclosingClass are unneccessary for trivial retransformations and costly. For "frozen" type descriptions, the process could be simplified and costly calls could be avoided.

This could be controlled by setting a property but even better by checking if the instrumented type is frozen.

@raphw raphw self-assigned this Aug 16, 2018
@raphw raphw added this to the 1.8.17 milestone Aug 16, 2018
@raphw
Copy link
Owner Author

raphw commented Aug 27, 2018

Implemented on master via .decorate.

@raphw raphw closed this as completed Aug 27, 2018
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