Ondřej Sýkora
Ondřej Sýkora
> This is now part of a PR stack, depending on #71. SG, let's get #71 merged first.
I'll wait with reviewing until #71 is merged and we have this based just on main.
Please let me know once the parent PRs are merged and this is rebased, I'll review then.
Eventually, it would be best to move the functionality to a library, and add unit tests for it.
> I have made some newer changes to the way `context_node_mask_` is populated. Previously, only nodes having `NodeType::kInstruction` were ensured to have their corresponding entries in `context_node_mask_` set correctly, as...