Andrew Kelley 897f23f20f stage2 parser: split off some SuffixOp AST nodes into separate tags
These SuffixOp nodes have their own ast.Node tags now:
 * ArrayInitializer
 * ArrayInitializerDot
 * StructInitializer
 * StructInitializerDot

Their sub-expression lists are general-purpose-allocator allocated
and then copied into the arena after completion of parsing.

throughput: 72.9 MiB/s => 74.4 MiB/s
maxrss: 68 KB => 72 KB

The API is also nicer since the sub expression lists are now flat arrays
instead of singly linked lists.
2020-05-20 19:18:14 -04:00
..
2020-04-14 16:19:01 -04:00
2020-05-16 12:41:53 -04:00
2020-04-28 19:11:31 -06:00
2020-04-28 19:11:31 -06:00
2020-05-06 17:08:49 +05:00
2020-05-18 17:10:49 +02:00
2020-03-19 09:53:55 -04:00
2020-05-18 17:10:49 +02:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2020-01-29 22:22:01 -06:00
2020-04-04 17:37:51 -04:00
2020-05-16 12:41:53 -04:00
2020-05-13 16:21:15 +01:00
2020-02-16 13:25:30 -05:00
2019-10-11 18:13:24 -04:00
2019-09-25 23:35:41 -04:00
2020-05-18 19:23:40 -04:00
2020-02-22 12:44:21 +01:00
2020-05-01 06:47:20 -04:00
2020-05-11 09:11:05 -06:00
2020-05-18 17:09:52 +02:00
2020-05-08 15:10:38 +03:00
2020-04-28 19:11:31 -06:00
2020-05-05 09:38:02 -06:00