1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/objspace
Nobuyoshi Nakada 54f0e63a8c Remove NODE_DASGN_CURR [Feature #18406]
This `NODE` type was used in pre-YARV implementation, to improve
the performance of assignment to dynamic local variable defined at
the innermost scope.  It has no longer any actual difference with
`NODE_DASGN`, except for the node dump.
2021-12-13 12:53:03 +09:00
..
lib
depend Update dependencies 2021-11-21 16:21:18 +09:00
extconf.rb
object_tracing.c [Bug #18382] Fix crash in compaction for ObjectSpace.trace_object_allocations 2021-12-02 13:06:44 -05:00
objspace.c Remove NODE_DASGN_CURR [Feature #18406] 2021-12-13 12:53:03 +09:00
objspace.h
objspace_dump.c