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

Store a flag indicating if a type is a reference or value type in the Classes table #13

Closed
GoogleCodeExporter opened this issue Apr 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I'm using the SQL Visualizer to check which classes are most often 
instanciated to determine what causes GC pressure. To do this, I'm looking 
for calls of functions ending with ".ctor". However, this finds both calls to 
reference and value type constructors, and I'm not interested in value types 
as they cause no GC overhead. Being able to discriminate between the two 
would be nice.

Original issue reported on code.google.com by tristanl...@gmail.com on 12 Feb 2010 at 5:32

@GoogleCodeExporter
Copy link
Author

I'll look into this, but I'm a little wary that it might run into trouble with
autoboxing. Proper memory profiling isn't really expected until at least the 
0.3.x
release series though, so I guess something is better than nothing :\

Original comment by promit....@gmail.com on 12 Feb 2010 at 5:42

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

No problem, it's mostly for conveniance anyways.

Original comment by tristanl...@gmail.com on 12 Feb 2010 at 5:52

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r234.

Original comment by promit....@gmail.com on 17 Jul 2010 at 5:40

  • Changed state: Fixed

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