Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c58c19ee authored by Nicolas Derumigny's avatar Nicolas Derumigny
Browse files

pooledalloc: removing clear() call

parent 6f537df6
Branches
No related tags found
No related merge requests found
......@@ -448,6 +448,6 @@ class Minimize_Deps_Pooled_Register_Allocator(Minimize_Deps_Register_Allocator):
except Allocation_Error:
## free all registers and carry on
## TODO: add dependency breaker on newly added register
self.alloc[op].clear()
self.alloc[op].free_all()
self.cache[self.reg_pools[op]].clear()
return self._allocate_dst(op)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment