[ruby-cvs:79133] 350dafd56a (master): reload AR table body for transient heap.

"Koichi Sasada" <[email protected]> Mon, 13 Jan 2020 03:44:01 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Koichi Sasada	2020-01-13 03:36:47 +0900 (Mon, 13 Jan 2020)

  New Revision: 350dafd56a

  https://github.com/ruby/ruby/commit/350dafd56a

  Log:
    reload AR table body for transient heap.
    =

    ar_talbe (Hash representation for <=3D8 size) can use transient heap
    and the memory area can move. So we need to restore `pair' ptr after
    `func` call (which can run any programs) because of moving.

  Modified files:
    hash.c=