aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* expose some C-APIs for ractorKoichi Sasada2021-01-061-0/+2
* enable constant cache on ractorsKoichi Sasada2021-01-051-6/+14
* separate rb_ractor_pub from rb_ractor_tKoichi Sasada2020-12-221-8/+7
* TracePoint.new(&block) should be ractor-localKoichi Sasada2020-12-221-7/+12
* export rb_eRactorIsolationError for MJITKoichi Sasada2020-12-211-2/+3
* Introduce Ractor::IsolationErrorKoichi Sasada2020-12-211-0/+1
* fix inline method cache sync bugKoichi Sasada2020-12-151-0/+2
* Introduce negative method cacheKoichi Sasada2020-12-141-0/+2
* Signal handler type should be voidNobuyoshi Nakada2020-12-121-1/+1
* fix decl of ruby_single_main_ractorKoichi Sasada2020-12-071-2/+1
* ruby_single_main_ractor for single ractor modeKoichi Sasada2020-12-071-2/+9
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-011-0/+8
* introduce USE_VM_CLOCK for windows.Koichi Sasada2020-11-111-1/+21
* Ractor.make_shareable(a_proc)Koichi Sasada2020-10-301-0/+1
* check isolated Proc more strictlyKoichi Sasada2020-10-291-8/+11
* Add Thread.ignore_deadlock accessorJeremy Evans2020-10-281-1/+1
* Some global variables can be accessed from ractorsKoichi Sasada2020-10-201-1/+1
* Use language TLS specifier if it is possible.Koichi Sasada2020-10-201-2/+8
* sync RClass::ext::iv_index_tblKoichi Sasada2020-10-171-2/+1
* fix releasing timing.Koichi Sasada2020-10-141-3/+7
* support exception when lock_rec > 0Koichi Sasada2020-10-141-0/+14
* Make `Thread#join` non-blocking.Samuel Williams2020-09-211-6/+7
* relax dependencyKoichi Sasada2020-09-151-0/+4
* restart Ractor.select on intteruptKoichi Sasada2020-09-151-0/+1
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-47/+72
* Avoid a use after free in VM assertionJeremy Evans2020-08-211-0/+1
* Remove unused field in rb_iseq_constant_bodyAlan Wu2020-07-231-2/+0
* RUBY_CONST_ASSERT: use STATIC_ASSERT instead卜部昌平2020-07-101-10/+10
* Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun2020-06-201-0/+1
* Thread scheduler for light weight concurrency.Samuel Williams2020-05-141-1/+3
* drop varargs.h support卜部昌平2020-05-111-7/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-2/+2
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-2/+2
* add #include guard hack卜部昌平2020-04-131-3/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-3/+3
* Get rid of redefinition of `rb_execution_context_t`Nobuyoshi Nakada2020-03-191-2/+7
* thread_pthread.c: allocate sigaltstack before pthread_createYusuke Endoh2020-03-061-3/+8
* Introduce disposable call-cache.Koichi Sasada2020-02-221-2/+1
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-52/+2
* rb_vm_t::postponed_job_index shall be rb_atomic_t卜部昌平2020-02-061-1/+1
* Let execution context local storage be an ID tableLourens Naudé2020-01-111-1/+1
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-10/+2
* decouple internal.h headers卜部昌平2019-12-261-27/+35
* Kernel#lambda: return forwarded block as non-lambda procAlan Wu2019-12-211-1/+7
* delete rb_vm_call()卜部昌平2019-12-181-2/+0
* disable assertion.Koichi Sasada2019-12-171-1/+1
* Kernel#abort without arguments should print error infoNobuyoshi Nakada2019-12-161-0/+1
* vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned longYusuke Endoh2019-12-101-1/+1
* vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointerYusuke Endoh2019-12-091-0/+2
* Revert "vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer"Yusuke Endoh2019-12-091-2/+0