-
Henrik (Grubba) Grubbström authored
Local variables may get reused after pop, and such code expects getting clean variables. This also reduces the lifetime for various locks and similar to the expected range. Note that this reduces the quality of the generated code somewhat.
Henrik (Grubba) Grubbström authoredLocal variables may get reused after pop, and such code expects getting clean variables. This also reduces the lifetime for various locks and similar to the expected range. Note that this reduces the quality of the generated code somewhat.