artiq/artiq/compiler/validators
David Nadlinger 08eea09d44 compiler: Catch escaping numpy.{array, full, transpose}() results
Function calls in general can still be used to hide escaping
allocations from the compiler (issue #1497), but these calls in
particular always allocate, so we can easily and accurately handle
them.
2023-10-09 09:00:26 +08:00
..
__init__.py compiler: Constness is a validator, not analysis. 2017-06-09 07:29:31 +00:00
constness.py compiler: Parametrize TArray in number of dimensions 2020-08-09 03:54:41 +01:00
escape.py compiler: Catch escaping numpy.{array, full, transpose}() results 2023-10-09 09:00:26 +08:00
local_access.py transforms.cfg_simplifier: remove. 2015-12-31 17:07:36 +08:00
monomorphism.py compiler: don't typecheck RPCs except for return type. 2016-04-26 01:12:36 +00:00