Can `parse` be computed at compile time?
|
|
4
|
127
|
September 17, 2024
|
Difference between `Base.@assume_effects :foldable` and `Base.@constprop :aggressive`
|
|
7
|
70
|
August 31, 2024
|
How does constant propagation impact latency with a Val-based dispatch?
|
|
0
|
126
|
May 22, 2024
|
Why does `@inbounds` disable constant propagation?
|
|
23
|
1390
|
March 12, 2024
|
Compiler matmul optimization prevents constant folding?
|
|
18
|
400
|
December 4, 2023
|
Detect if constant
|
|
49
|
1577
|
June 16, 2023
|
Why don't operations on strings constant-fold?
|
|
9
|
615
|
February 14, 2023
|
Constant propagation and inference of constructed types
|
|
14
|
1256
|
February 7, 2023
|
Why aren't expressions such as `isinteger` simplified in case that the result is inferrable from the arguments?
|
|
8
|
708
|
December 11, 2022
|
Is `Base.@constprop` strictly for internal usage?
|
|
5
|
636
|
October 26, 2022
|
How does the compiler know not to constant-fold methods like rand?
|
|
2
|
667
|
July 12, 2022
|
Why is the kwarg `dims` not being constant-propagated?
|
|
5
|
556
|
July 5, 2022
|
Constant propagation of kwargs possible?
|
|
3
|
716
|
August 22, 2019
|