Commit a0575cf
committed
Store class in rb_class_cc_entries
We need the class to not invalidate unrelated callcaches. By moving to a
VALUE object for the callcache table, we don't have access to the class
to which it belongs anymore, so we can store it here.1 parent 635bf6c commit a0575cf
3 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| 566 | + | |
566 | 567 | | |
567 | 568 | | |
568 | 569 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1990 | 1990 | | |
1991 | 1991 | | |
1992 | 1992 | | |
| 1993 | + | |
1993 | 1994 | | |
1994 | 1995 | | |
1995 | 1996 | | |
| |||
2018 | 2019 | | |
2019 | 2020 | | |
2020 | 2021 | | |
| 2022 | + | |
2021 | 2023 | | |
2022 | 2024 | | |
2023 | 2025 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments