#Setting for fully inlining CCs
5 messages · Page 1 of 1 (latest)
Are they not fully inlined? or am I just misinterpreting the context?
Currently there can be false-positives for circular dependencies. While you can solve it on a per-component basis with a bi-directional component, it's somewhat annoying putting bidirectional pins in components that wouldn't otherwise need it just because a particular combination of components creates a false circular dependency. A global setting (or per-arch setting) would be a good way to get around it.
I think full-inlining is the default on the upcoming patch anyway, if I understand some conversations I've had with stuffe correctly
That would be awesome if it was the case