artiq/artiq/test/lit/escape
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
..
const_string.py compiler: Fix crash in escape analysis for assigning string literals 2019-03-31 17:10:27 +01:00
device_db.py fold comm device into core device 2017-05-22 15:45:45 +08:00
error_list_aug_asgn.py Fix ca254ec5. 2017-10-03 05:49:50 +00:00
error_mutable_attr.py compiler: make kernel_invariant an instance, not class, property. 2016-04-29 13:06:11 +00:00
error_numpy_array.py compiler: Catch escaping numpy.{array, full, transpose}() results 2023-10-09 09:00:26 +08:00
error_numpy_full.py compiler: Catch escaping numpy.{array, full, transpose}() results 2023-10-09 09:00:26 +08:00
error_numpy_transpose.py compiler: Catch escaping numpy.{array, full, transpose}() results 2023-10-09 09:00:26 +08:00
error_string.py compiler.embedding: implement string concatenation. 2016-08-08 04:05:52 +00:00