Skip to content
Snippets Groups Projects
Commit 974e6d7f authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Merge branch 'feature/basestorage-aliasing' into 'master'

Enable loopy feature to avoid aliasing violation

See merge request dominic/dune-perftool!183
parents 921e6e1d 913768aa
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ class FlipFlopBuffer(object): ...@@ -34,6 +34,7 @@ class FlipFlopBuffer(object):
temporary_variable(name, temporary_variable(name,
base_storage=base, base_storage=base,
managed=True, managed=True,
_base_storage_access_may_be_aliasing=True,
**kwargs **kwargs
) )
......
loopy @ e4a05746
Subproject commit 095644a7d7a52e2ae43c747e380ddf6003c9ee18 Subproject commit e4a05746af70ed6e6b7e5b91984f7303fe96f1f4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment