summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-24 15:40:05 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-24 15:40:05 +0000
commitcd2eaf2a33e42d9842ac6e6bdb50a14c8d0553ad (patch)
tree21fa75252d6d2905dc4e47159de23802d5b4e009 /dir.c
parent461c79f17c4b01d8802bd57d893e0df75ec35d7a (diff)
mjit.c: handle memory allocation failure
which was missing in r64033. Prior to r64033, memory allocation failure had been checked by TRY_WITH_GC and handled by rb_memerror. But calling rb_memerror on MJIT worker is problematic since it does EC_JUMP_TAG in the end. Threads except Ruby's main thread must not use it. mjit_compile.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dir.c')
0 files changed, 0 insertions, 0 deletions