Yusuke Endoh 2c7d3b3a72 node.c (rb_ast_new): imemo_ast is WB-unprotected
Previously imemo_ast was handled as WB-protected which caused a segfault
of the following code:

    # shareable_constant_value: literal
    M0 = {}
    M1 = {}
    ...
    M100000 = {}

My analysis is here: `shareable_constant_value: literal` creates many
Hash instances during parsing, and add them to node_buffer of imemo_ast.
However, the contents are missed because imemo_ast is incorrectly
WB-protected.

This changeset makes imemo_ast as WB-unprotected.
2021-04-26 22:46:51 +09:00
..
2021-01-13 22:46:51 -08:00
2020-12-22 03:12:51 -05:00
2021-03-07 09:54:35 +09:00
2020-12-22 19:44:27 +09:00
2021-01-13 22:46:51 -08:00
2021-04-22 14:37:45 +09:00
2021-04-26 10:07:41 +09:00
2021-04-26 10:07:41 +09:00
2021-02-18 21:17:42 +09:00
2021-01-13 22:46:51 -08:00
2021-03-08 10:08:40 +09:00
2021-03-27 10:15:01 +09:00
2020-12-22 21:41:44 +09:00