|
Why does `@inbounds` disable constant propagation?
|
|
25
|
1987
|
January 20, 2025
|
|
Unit test for constant folding success
|
|
6
|
223
|
January 10, 2025
|
|
Can `parse` be computed at compile time?
|
|
4
|
231
|
September 17, 2024
|
|
Difference between `Base.@assume_effects :foldable` and `Base.@constprop :aggressive`
|
|
7
|
283
|
August 31, 2024
|
|
How does constant propagation impact latency with a Val-based dispatch?
|
|
0
|
172
|
May 22, 2024
|
|
Compiler matmul optimization prevents constant folding?
|
|
18
|
691
|
December 4, 2023
|
|
Detect if constant
|
|
49
|
2544
|
June 16, 2023
|
|
Why don't operations on strings constant-fold?
|
|
9
|
795
|
February 14, 2023
|
|
Constant propagation and inference of constructed types
|
|
14
|
1507
|
February 7, 2023
|
|
Why aren't expressions such as `isinteger` simplified in case that the result is inferrable from the arguments?
|
|
8
|
838
|
December 11, 2022
|
|
Is `Base.@constprop` strictly for internal usage?
|
|
5
|
798
|
October 26, 2022
|
|
How does the compiler know not to constant-fold methods like rand?
|
|
2
|
820
|
July 12, 2022
|
|
Why is the kwarg `dims` not being constant-propagated?
|
|
5
|
651
|
July 5, 2022
|
|
Constant propagation of kwargs possible?
|
|
3
|
799
|
August 22, 2019
|