The previous implementation using an enum should be the size of a uint32_t but it isn't explicitly defined. To make the size of RejitFlags more clear, changing it to an enum class with an explicit uint32_t backing.
Will be used #109936 by the cDAC GetMethodDescData to fetch ReJIT information.
The previous implementation using an
enum
should be the size of auint32_t
but it isn't explicitly defined. To make the size ofRejitFlags
more clear, changing it to anenum class
with an explicituint32_t
backing.Will be used #109936 by the cDAC
GetMethodDescData
to fetchReJIT
information.