Skip to content

Commit

Permalink
Update Go runtime data
Browse files Browse the repository at this point in the history
  • Loading branch information
umanwizard committed Sep 4, 2024
1 parent ba081e8 commit 8f9422e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions interpreter/golang/runtime_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -1357,4 +1357,20 @@ var allOffsets = map[string]C.GoCustomLabelsOffsets{
hmap_log2_bucket_count: 9,
hmap_buckets: 16,
},
"go1.22.6": {
m_offset: 48,
curg: 192,
labels: 344,
hmap_count: 0,
hmap_log2_bucket_count: 9,
hmap_buckets: 16,
},
"go1.23.0": {
m_offset: 48,
curg: 192,
labels: 352,
hmap_count: 0,
hmap_log2_bucket_count: 9,
hmap_buckets: 16,
},
}

0 comments on commit 8f9422e

Please sign in to comment.