Skip to content

Commit 2c8cb56

Browse files
refactor: improve precompile workload
1 parent 1f3e177 commit 2c8cb56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SymbolicUtils.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ PrecompileTools.@setup_workload begin
179179
symtype(y)
180180
f(x)
181181
(5x / 5)
182+
z = 2
183+
x ^ z
182184
Const{SymReal}(x; unsafe=true)
183185
show(devnull, x ^ 2 + y * x + y / 3x)
184186
expand((x + y) ^ 2)

0 commit comments

Comments
 (0)