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 documentation #45

Open
mjsabby opened this issue Jul 24, 2019 · 0 comments
Open

Add documentation #45

mjsabby opened this issue Jul 24, 2019 · 0 comments

Comments

@mjsabby
Copy link
Contributor

mjsabby commented Jul 24, 2019

  • Describe Frozen Objects, RO segments, etc.
  • Explain how such a segment is created
  • Open Issues
    • Things we can't serialize (fields of void*[])
    • Things we shouldn't serialize (IntPtr, Delegate, etc.)
    • Other complicated types (types with Finalizers, non-readonly fields)
    • Should we allow prototypes for MT Tokens (i.e. the method table token/cookie for int is always 0, string is always 1, etc.)
    • Current limitations around the fact that the segment is writable (i.e. not page protected)
    • Diagnostics support (clrmd, profiling apis, etc.)
    • Is the current plan for security good enough?
    • Should we support Frozen Objects via Stream, or arbitrary memory
    • How do really support unloadability?
    • Misc: GC Heap Hard Limit
    • Testing on ARM32, ARM64
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

No branches or pull requests

1 participant