1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Alan Wu c02517bacb Tie lifetime of uJIT blocks to iseqs
* Tie lifetime of uJIT blocks to iseqs

   Blocks weren't being freed when iseqs are collected.

* Add rb_dary. Use it for method dependency table

* Keep track of blocks per iseq

  Remove global version_tbl

* Block version bookkeeping fix

* dary -> darray

* free ujit_blocks

* comment about size of ujit_blocks
2021-10-20 18:19:29 -04:00
..
-test- ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
bigdecimal
cgi/escape ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
continuation
coverage Tie lifetime of uJIT blocks to iseqs 2021-10-20 18:19:29 -04:00
date [ruby/date] Bump up date version to 3.2.0 2021-10-14 21:15:57 +09:00
digest Removed redundant digest namespace 2021-10-14 14:07:50 +09:00
etc [ruby/etc] Bump up etc version to 1.3.0 2021-10-19 20:55:33 +09:00
fcntl [ruby/fcntl] Bump up fcntl version to 1.0.1 2021-10-14 17:18:21 +09:00
fiddle ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
io ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
json [flori/json] Bump up json version to 2.6.0 2021-10-14 17:04:37 +09:00
monitor
nkf [ruby/nkf] Bump up nkf version to 0.1.1 2021-10-14 20:29:27 +09:00
objspace Tie lifetime of uJIT blocks to iseqs 2021-10-20 18:19:29 -04:00
openssl [ruby/openssl] require Ruby 2.6 or later 2021-10-16 19:39:13 +09:00
pathname [ruby/pathname] Bump up pathname version to 0.2.0 2021-10-14 21:08:03 +09:00
psych ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
pty ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
racc/cparse
rbconfig/sizeof
readline ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
ripper ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
rubyvm
socket Prefer the reentrant versions of gmtime and localtime 2021-10-14 23:44:15 +09:00
stringio ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
strscan ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
syslog
win32
win32ole
zlib [ruby/zlib] Bump up zlib version to 2.1.1 2021-10-19 20:28:57 +09:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nt