summaryrefslogtreecommitdiff
path: root/config.guess
AgeCommit message (Expand)Author
2000-10-20matzmatz
2000-10-02matzmatz
2000-08-28matzmatz
2000-05-242000-05-24matz
2000-05-012000-05-01matz
2000-02-082000-02-08matz
1999-08-131.4.0matz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
1998-01-16Initial revisionv1_0_r2replacedmatz
2019-08-17version 1.0-971015v1_0_971015Yukihiro Matsumoto
2019-08-17version 1.0-971002v1_0_971002Yukihiro Matsumoto
2019-08-17version 0.99.4-961224v0_99_4_961224Yukihiro Matsumoto
2019-08-17version 0.76v0_76Yukihiro Matsumoto
2022-04-04Bring back RubyVM.stat(:global_constant_state)Kevin Newton 2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton 2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada 2022-03-24Finer-grained inline constant cache invalidationKevin Newton 2021-10-20Count interpreter instructions when -DYJIT_STATS=1Alan Wu 2021-10-20Yet Another Ruby JIT!Jose Narvaez 2021-10-20Implement --ujit-stats and instructoin countingAlan Wu 2021-06-18Add a cache for class variableseileencodes 2021-06-02Clarify these are just for MJITTakashi Kokubun 2021-05-11Revert "Filling cache values on cvar write"Aaron Patterson 2021-05-11Add a cache for class variableseileencodes 2020-12-26Fixed leaked global symbolsNobuyoshi Nakada 2020-11-15Functions defined in headers should be static inlineNobuyoshi Nakada 2020-10-14ruby_vm_global_method_state is no longer needed.Koichi Sasada 2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada 2020-06-30Extracted METHOD_ENTRY_CACHEABLE macroNobuyoshi Nakada 2020-06-22Use canary cond also if not VM_CHECK_MODE to suppress warningsNobuyoshi Nakada 2020-06-21Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun