Split infrastructure mixed classes by footer flags
This commit is contained in:
parent
bbeabaeaee
commit
ec7045363c
2 changed files with 12 additions and 0 deletions
|
|
@ -212,6 +212,15 @@ Working rule:
|
|||
`TunnelSTBrick_Cap.3dp / Infrastructure:2`,
|
||||
`TunnelSTBrick_Section.3dp / Infrastructure:2`.
|
||||
Its rows are spread across many spans rather than one dominant restore span.
|
||||
- Cross-save `q.gms` / `p.gms` traces sharpen that split further without changing it:
|
||||
`0x000055f3 / 0x0001 / 0xff` stays on prelude `0x0001 / 0xff`, fixed short-flag pair
|
||||
`0x01 / 0x00`, and fixed prior profile span `0x03` in both saves, while
|
||||
`0xff0000ff / 0x0001 / 0xff` stays on prelude `0x0001 / 0xff`, fixed short-flag pair
|
||||
`0x00 / 0x00`, and widely scattered prior profile spans in both saves.
|
||||
- That means the remaining infrastructure question is no longer broad exact-class identity. It is
|
||||
specifically what those two short-flag families mean and why a minority of tunnel rows route
|
||||
into the sparse `0xff0000ff / 0x0001 / 0xff` outlier class instead of the stable
|
||||
`0x000055f3 / 0x0001 / 0xff` tunnel family.
|
||||
- Source-side constructor analysis is narrower now too. `0x00490960` takes:
|
||||
- mode at stack arg 1
|
||||
- stem at stack arg 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue