-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[mono][jit] read DebuggableAttribute(DebuggingModes) ctor; move to metadata/ #49505
[mono][jit] read DebuggableAttribute(DebuggingModes) ctor; move to metadata/ #49505
Conversation
Tagging subscribers to this area: @CoffeeFlux Issue DetailsPull Also support reading the This is needed to properly support #47274 (the
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Pull is_jit_optimizer_disabled out of mini into metadata. Also support reading the DebuggingModes ctor
72f660e
to
0a8eed8
Compare
Co-authored-by: Thays Grazia <thaystg@gmail.com>
@vargaz can you remember the details of 1d0195c (I can't see Xamarin bug 604486) It doesn't look like I'm wondering if enabling this in mono's JIT is a good idea now. Or if we should continue ignoring it as apparently it hasn't done any harm in the last 7-10 years. |
Pull
is_jit_optimizer_disabled
out of mini into metadata.Also support reading the
DebuggingModes
ctorThis is needed to properly support #47274 (the
DOTNET_MODIFIABLE_ASSEMBLIES=debug
env var for hot reload)