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
While I've been slowly making progress on the Storelike boilerplate's ability to turn off some of its bookkeeping in dead code blocks, there are still a few things that don't seem to be there yet:
making sure we don't erase known value records inside dead code, regardless of whether the corresponding flag is set;
removing some extra destination restrictions (but not all - we need things like 'needs known value' for the generator to work);
possibly others.
The second one probably needs a new parameter being passed into Basic.extra_dst_restrictions to clarify whether the insertion is happening in dead code or not.
The text was updated successfully, but these errors were encountered:
While I've been slowly making progress on the
Storelike
boilerplate's ability to turn off some of its bookkeeping in dead code blocks, there are still a few things that don't seem to be there yet:The second one probably needs a new parameter being passed into
Basic.extra_dst_restrictions
to clarify whether the insertion is happening in dead code or not.The text was updated successfully, but these errors were encountered: