[前][次][番号順一覧][スレッド一覧]

ruby-changes:55482

From: Aaron <ko1@a...>
Date: Tue, 23 Apr 2019 12:34:13 +0900 (JST)
Subject: [ruby-changes:55482] Aaron Patterson:5a58318a90 (trunk): T_MOVED can live on the stack, so make sure we can do book keeping

Aaron Patterson	2019-04-23 12:32:20 +0900 (Tue, 23 Apr 2019)

  New Revision: 5a58318a90

  https://git.ruby-lang.org/ruby.git/commit/?id=5a58318a90

  Log:
    T_MOVED can live on the stack, so make sure we can do book keeping
    
    Unused T_MOVED objects can live on the stack, so we need to make sure
    that they can be accounted for in book keeping

  Modified files:
    ext/objspace/objspace.c

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]