summaryrefslogtreecommitdiff
path: root/sample/rcs.dat
blob: 61c88bff89378a236944dcb5466b5f77fa22deb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
0000000000000000220000000000000000
0000000000000111221110000000000000
0000000000111112222111110000000000
0000000111111112222111111110000000
0000111111111122222211111111110000
0111111111111222222221111111111110
2222222222222222222222222222222222
1122222222222222222222222222222211
0111122222222222222222222222211110
0011111122222222222222222211111100
0001111111222222222222221111111000
0000111112222222222222222111110000
0000011122222222112222222211100000
0000001122222221111222222211000000
0000000122221111111111222210000000
0000000221111111111111111220000000
0000000000000000000000000000000000
> 2023-03-31add debug log to `rb_ractor_thread_switch`Koichi Sasada 2023-03-30`rb_ractor_thread_list()` only for current ractorKoichi Sasada 2023-03-02Rewrite Ractor synchronization mechanismKoichi Sasada 2022-11-21Let SHAPE_BITS take 32 bits on debug buildsPeter Zhu 2022-11-21Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu 2022-11-18rename SHAPE_BITS to SHAPE_ID_NUM_BITSAaron Patterson 2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff 2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson 2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff 2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson 2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff 2022-08-24Disable Ractor check on 32bit architecturesAaron Patterson 2022-07-28Fix format-pedantic warningsNobuyoshi Nakada 2022-07-22Add "rb_" prefixes to toplevel enum definitionsYusuke Endoh 2022-07-22Move enum definitions out of struct definitionYusuke Endoh 2022-05-24cleanup by `RUBY_DEBUG_LOG2` and `VM_ASSERT`Koichi Sasada 2022-04-22rename thread internal namingKoichi Sasada 2022-03-30internal/ractor.h: AddedYusuke Endoh 2022-03-30ractor.c: Add a helper function to ensure the context is a main ractorYusuke Endoh 2022-03-30Prefix ccan headers (#4568)Nobuyoshi Nakada 2021-10-04Move rb_ractor_p definitionS.H 2021-09-11Remove printf family from the mjit headerNobuyoshi Nakada 2021-07-15[Bug #18014] Fix memory leak in GC when using RactorsPeter Zhu