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 ext/objspace/lib/objspace/trace.rb: Remove the original Kernel#p 2021-05-14 15:39:57 +09:00
depend Update dependencies 2021-11-21 16:21:18 +09:00
extconf.rb ext/objspace: Specify frozen_string_literal: true. 2017-02-12 04:31:25 +00:00
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 * ext/objspace/object_tracing.c: Add experimental methods to dump 2013-11-08 17:06:55 +00:00
objspace_dump.c Fix compiler warnings in objspace_dump.c when assertions are turned on 2021-04-26 19:26:50 -04:00