Trace infrastructure mixed exact prefix classes
This commit is contained in:
parent
0eb1b2386e
commit
7f0e863185
3 changed files with 148 additions and 14 deletions
|
|
@ -2986,12 +2986,19 @@ The low helper strip beneath that shared family is tighter now too: `0x0052ecd0`
|
|||
next infrastructure pass should stop treating all short rows as equally ambiguous and focus on
|
||||
the smaller outlier families inside that class, especially the `BallastCap`-style zero-like
|
||||
rows and any remaining non-`0x0001 / 0xff` prelude candidates.
|
||||
Those outliers are explicit now too: the remaining `10` short-span rows on grounded `q.gms`
|
||||
break into `9` `BallastCapST_Cap.3dp / Infrastructure` rows with compact prefix
|
||||
`0xf3010100 / 0x0055 / 0x00` and candidate pattern `0x0055 / 0x00`, plus `1`
|
||||
`TrackCapST_Cap.3dp / Infrastructure` row with compact prefix `0xff0000ff / 0x0001 / 0xff`.
|
||||
So the next infrastructure pass should target the `BallastCap` outlier family first instead of
|
||||
spending time on the already-dominant bridge-section class.
|
||||
The exact compact-prefix classes are explicit now too:
|
||||
`0xff0000ff / 0x0002 / 0xff` is a pure bridge class, `0xff000000 / {0x0001,0x0002} / 0xff`
|
||||
are pure bridge classes, `0xf3010100 / 0x0055 / 0x00` is a pure `BallastCap` class, and
|
||||
`0x0005d368 / 0x0001 / 0xff` is a pure one-row `TrackCap` class.
|
||||
That sharpens the remaining infrastructure unknowns considerably: the only mixed exact
|
||||
compact-prefix classes left on grounded `q.gms` are `0x000055f3 / 0x0001 / 0xff` and
|
||||
`0xff0000ff / 0x0001 / 0xff`.
|
||||
The current `0x000055f3 / 0x0001 / 0xff` class is tunnel-dominant and stays entirely on prior
|
||||
profile span `0x03`, while the current `0xff0000ff / 0x0001 / 0xff` class is `TrackCap`-
|
||||
dominant but still carries `4` tunnel rows spread across many spans.
|
||||
So the next infrastructure pass should stop treating the remaining frontier as a generic
|
||||
“mixed 0x06/outlier” problem and instead target the owning constructor/restore semantics for
|
||||
those two exact mixed compact-prefix classes.
|
||||
The candidate-pattern classes are explicit now too: `0x0055 / 0x00` is a pure
|
||||
`BallastCapST_Cap.3dp / Infrastructure` class across `18` rows, always preceded by a zero-length
|
||||
prior profile span, while `0x0002 / 0xff` is a pure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue