#Setting for fully inlining CCs

5 messages · Page 1 of 1 (latest)

sacred wigeon
#

It was previously mentioned that this slows down creating the DAG, but since that's only created once, maybe it's not too much slower where it can be made an option in the settings?

hot oriole
#

Are they not fully inlined? or am I just misinterpreting the context?

sacred wigeon
#

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.

opaque oracle
#

I think full-inlining is the default on the upcoming patch anyway, if I understand some conversations I've had with stuffe correctly

sacred wigeon
#

That would be awesome if it was the case