Exclude packages from PackageCompiler create_app precompilation
|
|
4
|
188
|
June 27, 2022
|
Profiling compilation of a large generated expression?
|
|
4
|
63
|
June 22, 2022
|
Create_library dependency path issue
|
|
1
|
53
|
June 12, 2022
|
Intermittent type inference calls during method evaluation
|
|
2
|
119
|
June 5, 2022
|
When does the Julia compiler step in
|
|
5
|
189
|
May 30, 2022
|
Problems with USE_SYSTEM_LLVM
|
|
4
|
167
|
May 29, 2022
|
Any working way to call Python from Julia compiled app?
|
|
2
|
115
|
May 27, 2022
|
[ANN] StaticTools.jl: Enabling StaticCompiler.jl-based compilation of Julia code to standalone native binaries by avoiding GC allocations and `llvmcall`-ing all the things
|
|
2
|
881
|
May 3, 2022
|
Precompiling non-inferrable calls
|
|
2
|
171
|
April 23, 2022
|
Cross-Compiling Julia from source for the Raspberry Pi 3b+
|
|
5
|
145
|
April 11, 2022
|
`@nospecialize` for variadic and keyword arguments
|
|
3
|
236
|
March 9, 2022
|
[ANN] ValSplit.jl: Compile away dynamic dispatch on Val-typed arguments
|
|
3
|
942
|
March 1, 2022
|
Error Compiling Julia on Apple M1
|
|
5
|
376
|
February 24, 2022
|
Why isn't `size` always inferred to be an Integer?
|
|
24
|
666
|
January 24, 2022
|
Significant compile time latency in Flux with a GAN
|
|
28
|
1401
|
November 29, 2021
|
Compiling Julia using LTO+PGO
|
|
4
|
1166
|
November 24, 2021
|
Compile Julia using experimental GNU GCC for apple silicon
|
|
8
|
854
|
June 3, 2021
|
How can I speed up script overhead time?
|
|
5
|
611
|
September 4, 2021
|
RFC: Just In Time Compilation PoC promising 10x dynamic dispatch performance
|
|
0
|
956
|
September 26, 2020
|
How to avoid full specialization of `haskey(::Dict, key)` on the caller side
|
|
6
|
247
|
August 30, 2021
|
GLIBCXX missing when compiling julia 1.6.2
|
|
3
|
357
|
August 4, 2021
|
Performance of abstract argument in methods
|
|
2
|
348
|
July 21, 2021
|
Using multiprocessors for faster compilation
|
|
0
|
182
|
May 20, 2021
|
Stale compile cache moving to Julia 1.6.0?
|
|
2
|
249
|
April 6, 2021
|
Completely frustrated with compilation times
|
|
16
|
1337
|
March 23, 2021
|
Implications of --compile=min and --optimize=0, for dummies
|
|
22
|
1550
|
March 12, 2021
|
What is the maximum inlining depth in practice?
|
|
7
|
329
|
February 26, 2021
|
So does Julia compile or interpret?
|
|
1
|
5207
|
February 26, 2021
|
Not able to load a module from custom system image
|
|
5
|
910
|
February 25, 2021
|
Annotation to elide function call if the return value is unused
|
|
5
|
277
|
February 24, 2021
|