summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
2020-01-11Let execution context local storage be an ID tableLourens Naudé
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2019-12-26decouple internal.h headers卜部昌平
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-11-28Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0Nobuyoshi Nakada
2019-11-04Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-11-01ruby_mimmalloc can return NULL卜部昌平
2019-10-28Fix continuation mark / compactAaron Patterson
2019-10-26Fix documentation for Fiber#transfer [ci skip]Jeremy Evans
2019-10-24show "transferred" attribute on Fiber#to_sKoichi Sasada
2019-10-24Revert "Fix Fiber#transfer"Koichi Sasada
2019-10-21Fix Fiber#transferJeremy Evans
2019-09-26Add rb_adjust_argv_kw_splat to internal.hJeremy Evans
2019-09-26Fix clang errors when pendantic errors enabledAaron Patterson
2019-09-26Fix keyword argument separation issues in Fiber#resumeJeremy Evans
2019-09-05Add VM_NO_KEYWORDSJeremy Evans
2019-09-05Propagate kw_splat informationYusuke Endoh
2019-08-27rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-08-19cont.c: remove unused STACK_GROW_DIR_DETECTIONYusuke Endoh
2019-08-17Use more different arguments in Fiber.yield documentation to make it clear (#...Iain Barnett
2019-08-12Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson
2019-08-13Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-07-29Fix unused variableKazuhiro NISHIYAMA
2019-07-25Use PRIuSIZE instead of "%zu"Nobuyoshi Nakada
2019-07-19Add documentation to `fiber_pool_allocate_memory`.Samuel Williams
2019-07-19Fix 32-bit build and typo.Samuel Williams
2019-07-19Ensure that madvise does not clobber vacancy data.Samuel Williams
2019-07-19Better usage of `rb_ec_clear_vm_stack` to maintain invariants.Samuel Williams
2019-07-19Improve ec assertions.Samuel Williams
2019-07-19initialize only Fiber's cfp.Koichi Sasada
2019-07-19Revert "Ensure cfp is initialized to NULL."Samuel Williams
2019-07-19Ensure cfp is initialized to NULL.Samuel Williams
2019-07-19Remove `rb_vm_push_frame` as it is no longer used.Samuel Williams
2019-07-19Adjust styles and indentsNobuyoshi Nakada
2019-07-18check saved_ec.cfpKoichi Sasada
2019-07-19Ensure we don't have dangling cfp.Samuel Williams
2019-07-18* remove trailing spaces.git
2019-07-18Improve `fiber_pool_expand` allocation strategy.Samuel Williams
2019-07-18Add experimental `RUBY_SHARED_FIBER_POOL_FREE_STACKS` to control madvise.Samuel Williams
2019-07-18Make fiber_pool more conservative on platforms with limited address space.Samuel Williams
2019-07-18Add `struct fiber_pool {int free_stacks;}` to control usage of madvise.Samuel Williams
2019-07-18Add FIBER_POOL_ALLOCATION_FREE to control allocation/free strategy.Samuel Williams
2019-07-18Limit expansion of fiber pool on 32-bit platforms.Samuel Williams
2019-07-18Enable `madvise` to release stack space back to OS.Samuel Williams
2019-07-18Improve build process and coroutine implementation selection.Samuel Williams
2019-07-18Stack copying implementation of coroutines.Samuel Williams
2019-07-18Implement fiber pool for reduced fiber allocation overhead.Samuel Williams
2019-07-18Make FIBER_USE_NATIVE the default and reformat code.Samuel Williams
2019-07-08* expand tabs.git