Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move RB_VM_SAVE_MACHINE_CONTEXT to internal/thread.h | Matt Valentine-House | 2023-03-15 | 1 | -0/+1 |
* | Rename RB_GC_SAVE_MACHINE_CONTEXT -> RB_VM_SAVE_MACHINE_CONTEXT | Matt Valentine-House | 2023-03-15 | 1 | -1/+1 |
* | Stop exporting symbols for MJIT | Takashi Kokubun | 2023-03-06 | 1 | -4/+4 |
* | Merge gc.h and internal/gc.h | Matt Valentine-House | 2023-02-09 | 1 | -1/+1 |
* | Fix format specifier for `rb_ractor_id()` | Nobuyoshi Nakada | 2022-07-28 | 1 | -2/+4 |
* | Prefix ccan headers (#4568) | Nobuyoshi Nakada | 2022-03-30 | 1 | -2/+2 |
* | Supress `warning: data argument not used by format string [-Wformat-extra-args]` | Kazuhiro NISHIYAMA | 2021-10-20 | 1 | -3/+3 |
* | Fixed leaked global symbols | Nobuyoshi Nakada | 2020-12-26 | 1 | -2/+2 |
* | separate rb_ractor_pub from rb_ractor_t | Koichi Sasada | 2020-12-22 | 1 | -1/+1 |
* | add vm_sync debug counters | Koichi Sasada | 2020-12-16 | 1 | -0/+2 |
* | re-layout rb_ractor_t | Koichi Sasada | 2020-12-09 | 1 | -1/+1 |
* | RB_VM_LOCK_ENTER_NO_BARRIER | Koichi Sasada | 2020-12-07 | 1 | -42/+56 |
* | log for the beggining of vm_lock_enter | Koichi Sasada | 2020-12-07 | 1 | -0/+2 |
* | RB_VM_LOCK_ENTER_CR_LEV | Koichi Sasada | 2020-12-07 | 1 | -4/+16 |
* | fix public interface | Koichi Sasada | 2020-11-18 | 1 | -1/+1 |
* | sync RClass::ext::iv_index_tbl | Koichi Sasada | 2020-10-17 | 1 | -2/+2 |
* | fix releasing timing. | Koichi Sasada | 2020-10-14 | 1 | -11/+10 |
* | support exception when lock_rec > 0 | Koichi Sasada | 2020-10-14 | 1 | -0/+22 |
* | relax dependency | Koichi Sasada | 2020-09-15 | 1 | -3/+1 |
* | Initialize loop variables of list_for_each for MS VC | Nobuyoshi Nakada | 2020-09-04 | 1 | -1/+1 |
* | Introduce Ractor mechanism for parallel execution | Koichi Sasada | 2020-09-03 | 1 | -0/+250 |