summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
6 days`Fiber#raise` recursively raises on nested resuming_fiber. (#10482)Samuel Williams
2024-04-08Enumerator should use a non-blocking fiber, change `rb_fiber_new` to be non-b...Samuel Williams
2024-04-07Revert "Enumerator should use a non-blocking fiber. (#10478)" (#10480)Samuel Williams
2024-04-07Enumerator should use a non-blocking fiber. (#10478)Samuel Williams
2024-03-25Mark fiber stacks in rb_execution_context_markKJ Tsanaktsidis
2024-03-18Update set_backtrace documentationJean Boussier
2024-03-04Disable callcc when ASAN is enabledKJ Tsanaktsidis
2024-01-08Adjust styles and indents [ci skip]Nobuyoshi Nakada
2023-12-22FREE_AT_EXIT: Don't free main stack post-forkJohn Hawthorn
2023-12-09[DOC] Small fixes for documentation renderingVictor Shepelev
2023-12-08Improve Fiber#kill docs and simplify the NEWS entry to let the documentation ...Benoit Daloze
2023-12-07Free everything at shutdownAdam Hess
2023-11-30YJIT: Cancel on-stack jit_return on invalidation (#9086)Takashi Kokubun
2023-10-19Call rb_jit_cont_init() even earlierTakashi Kokubun
2023-10-19Avoid initializing jit_cont_lock multiple timesTakashi Kokubun
2023-10-19YJIT: Add RubyVM::YJIT.enable (#8705)Takashi Kokubun
2023-08-24Fix support for dynamic keys. (#8273)Samuel Williams
2023-08-03Move a local variable declaration after the protected regionNobuyoshi Nakada
2023-06-10Add VM_ASSERT on `fiber->blocking == 0`. (#7926)Samuel Williams
2023-05-25Allow environment variable to control madvise advice. (#7855)Samuel Williams
2023-05-18Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams
2023-03-09RJIT: Do nothing on jit_cont_freeTakashi Kokubun
2023-03-08RJIT: Stop allowing leaked globals rjit_*Takashi Kokubun
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-02-26Adjust `else` style to be consistent in each files [ci skip]Nobuyoshi Nakada
2023-02-25Assigning `nil` to fiber storage deletes the association. (#7378)Samuel Williams
2023-02-09Merge gc.h and internal/gc.hMatt Valentine-House
2022-12-23Docs: Fix problems with Fiber's docszverok
2022-12-21[DOC] Fix formattingNobuyoshi Nakada
2022-12-20Use "Fiber storage variables" consistentlyBenoit Daloze
2022-12-20Improve documentation for fiber-scoped variablesBenoit Daloze
2022-12-20Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze
2022-12-20Use an experimental warning for Fiber#storage=Benoit Daloze
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-19Disable SEH workaround on __MINGW64__ only. (#6957)Samuel Williams
2022-12-10Add spec for fiber storage. (#6896)Samuel Williams
2022-12-01Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-11-04Lower priority of `POSIX_MADV_DONTNEED`. (#6671)Samuel Williams
2022-10-31Reuse FIBER_RESUMED_P macroS-H-GAMELINKS
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-19MJIT: Stop using the VM barrier for jit_contTakashi Kokubun
2022-10-18Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun
2022-10-17Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun
2022-10-15Update `Fiber::Scheduler` documentation. (#6562)Samuel Williams
2022-10-12Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams
2022-10-06Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams
2022-09-20Try to ignore a noisy ASAN warning for continuationYusuke Endoh
2022-07-26Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu
2022-07-20Prevent the stack from being marked twiceAaron Patterson