projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb786d5
)
Bump HandleHistogram32::SIZE to 16 (#87332)
author
Egor Bogatov
<egorbo@gmail.com>
Sat, 10 Jun 2023 12:05:09 +0000
(14:05 +0200)
committer
GitHub
<noreply@github.com>
Sat, 10 Jun 2023 12:05:09 +0000
(14:05 +0200)
src/coreclr/inc/corjit.h
patch
|
blob
|
history
diff --git
a/src/coreclr/inc/corjit.h
b/src/coreclr/inc/corjit.h
index c48bf938da09dfbd0fd34fa948cfb10588b8bcf5..344ca9a82bdd4411cd0d637313719faf7854d14f 100644
(file)
--- a/
src/coreclr/inc/corjit.h
+++ b/
src/coreclr/inc/corjit.h
@@
-340,8
+340,8
@@
public:
{
enum
{
- SIZE =
8
,
- SAMPLE_INTERVAL =
32
,
+ SIZE =
32
,
+ SAMPLE_INTERVAL =
64
,
CLASS_FLAG = 0x80000000,
INTERFACE_FLAG = 0x40000000,
DELEGATE_FLAG = 0x20000000,