The ecm factory program was written to do two things during boost:  subtract fuel and add spark advance.   Neither is used in the stock '86/'87 chip.
Those interested in how its done, read on.
For boost spark, an internal register ($66) is used as a multiplier or scaler.  The data item at $3270, represents the max amount of advance to add during boost.  The program could determine (but doesn't) what percentage of the max spark to add and this would go to $66.  The portion of the ROM program that calculates spark advance multiplies $66 & $3270.  The result is stored in $65 to be added with other variables to produce the total spark advance.
For boost fuel, the same register, $66 is used again.  The contents of $3272 is multiplied with $66 to produce a number that is subtracted from the fuel trim ($91).  The value in $3272 represents how much of $66's value to use for the fuel reduction.
In the factory program, $66 is always 00, so no spark is added nor is any fuel subtracted.