aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-5/+2
* Add a cache for class variableseileencodes2021-06-181-0/+5
* Pack iseq_inline_constant_cache_entryNobuyoshi Nakada2021-06-091-11/+8
* Clarify these are just for MJITTakashi Kokubun2021-06-021-2/+2
* Enable VM_ASSERT in --jit CIs (#4543)Takashi Kokubun2021-06-011-3/+3
* Add Thread#native_thread_id [Feature #17853]NARUSE, Yui2021-05-261-0/+7
* Update a comment about what 'inline' attr meansTakashi Kokubun2021-05-211-1/+4
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-5/+0
* Add a cache for class variableseileencodes2021-05-111-0/+5
* Fix trivial -Wundef warningsBenoit Daloze2021-05-041-4/+4
* Adjust struct member offset for i386 Cygwinxtkoba2021-05-011-0/+8
* Use rb_fstring for "defined" strings.Aaron Patterson2021-03-171-1/+0
* global call-cache cache table for rb_funcall*Koichi Sasada2021-01-291-0/+5
* 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