@pinskia @goldstein This is getting kinda awkward... Should I just try to file these myself?
Notices by feedable (feedable@im-in.space)
-
Embed this notice
feedable (feedable@im-in.space)'s status on Sunday, 10-Nov-2024 03:06:36 JST feedable -
Embed this notice
feedable (feedable@im-in.space)'s status on Friday, 08-Nov-2024 01:28:26 JST feedable @goldstein @pinskia Do you the bug reports now?
-
Embed this notice
feedable (feedable@im-in.space)'s status on Saturday, 02-Nov-2024 05:39:10 JST feedable @goldstein @pinskia so the issue is that during finish_struct a check for flexible array members is performed (via check_flexarrays), and that function performs a recursive search of all the fields, which is what causes the exponential growth in compile times. Should be an easy fix, though, since I think we can just store flexmems_t somewhere in the tree for the struct type