Skip to content

Refactor to reduce global handle usage#38

Merged
oleavr merged 1 commit intomasterfrom
fix/global-handle-usage
Aug 7, 2017
Merged

Refactor to reduce global handle usage#38
oleavr merged 1 commit intomasterfrom
fix/global-handle-usage

Conversation

@oleavr
Copy link
Member

@oleavr oleavr commented Aug 7, 2017

This means we no longer use one global reference per class, and M + N
additional references for a class with M methods and N fields.

The only long-lived global references we keep now are for instances, but
those are unavoidable. (And may be .dispose()d manually when desired.)

This means we no longer use one global reference per class, and M + N
additional references for a class with M method and N fields.

The only long-lived global references we keep now are for instances, but
those are unavoidable. (And may be .dispose()d manually when desired.)
@oleavr oleavr merged commit 2530604 into master Aug 7, 2017
@oleavr oleavr deleted the fix/global-handle-usage branch August 7, 2017 21:38
oleavr added a commit that referenced this pull request Aug 7, 2017
This means we no longer use one global reference per class, and M + N
additional references for a class with M methods and N fields.

The only long-lived global references we keep now are for instances, but
those are unavoidable. (And may be .dispose()d manually when desired.)
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.

1 participant