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

History Explorer Coalescion #94

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LinqLover
Copy link
Collaborator

current todos and challenges:

  • without Retracing foreign proxies #86, we cannot compare multiple proxies on the same object for different time indices
  • in general, performance! with Retracing foreign proxies #86, comparing two proxies would trigger simCustomizationLevel = 2! but even without that problem, it might be very slow
  • more proxy problems when trying to manually compare objects (because proxies often consist of shared memory slices)
  • add tests, also for publicCoalesce:, and deduplicate coalescion

current todos and challenges:

* without #86, we cannot compare multiple proxies on the same object for different time indices
* in general, performance! with #86, comparing two proxies would trigger simCustomizationLevel = 2! but even without that problem, it might be very slow
* more proxy problems when trying to manually compare objects (because proxies often consist of shared memory slices)
* add tests, also for publicCoalesce:, and deduplicate coalescion
@LinqLover LinqLover added the enhancement New feature or request label Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant