You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the code in both (all) branches of a fork are identical except for some constants, replace the whole fork with code to use the fork variable to index some static constant arrays to look up the constant values that differ between branches, followed by the common code using the constant values just looked up. This will let the compiler produce static look-up tables from ordinary Wybe code.
The text was updated successfully, but these errors were encountered:
When the code in both (all) branches of a fork are identical except for some constants, replace the whole fork with code to use the fork variable to index some static constant arrays to look up the constant values that differ between branches, followed by the common code using the constant values just looked up. This will let the compiler produce static look-up tables from ordinary Wybe code.
The text was updated successfully, but these errors were encountered: