ruby-changes:47638
From: ko1 <ko1@a...>
Date: Wed, 6 Sep 2017 11:51:39 +0900 (JST)
Subject: [ruby-changes:47638] ko1:r59754 (trunk): thread_context -> execution_context
ko1 2017-09-06 11:51:34 +0900 (Wed, 06 Sep 2017) New Revision: 59754 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59754 Log: thread_context -> execution_context Modified files: trunk/vm_core.h Index: vm_core.h =================================================================== --- vm_core.h (revision 59753) +++ vm_core.h (revision 59754) @@ -737,7 +737,7 @@ typedef char rb_thread_id_string_t[sizeo https://github.com/ruby/ruby/blob/trunk/vm_core.h#L737 typedef struct rb_fiber_struct rb_fiber_t; -typedef struct rb_thread_context_struct { +typedef struct rb_execution_context_struct { /* execution information */ VALUE *vm_stack; /* must free, must mark */ size_t vm_stack_size; /* size in word (byte size / sizeof(VALUE)) */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/