Skip to content

Commit 1aad4e0

Browse files
committed
Remove warnings, to only leave renamings in place
1 parent 7c99a81 commit 1aad4e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/src/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ that were called by runtime dispatch. Thus, here you could have gotten the same
6666
The key advantage of `@compile_workload` is that it works even if the functions you're calling
6767
have runtime dispatch.
6868

69-
!!! warning
70-
If you want to manually precompile methods defined in *other* packages, you must ensure that the corresponding calls are
71-
made in a method belonging to `MyPackage`, otherwise these calls will not be captured during precompilation.
72-
7369
Once you set up a block using `PrecompileTools`, try your package and see if it reduces the time to first execution,
7470
using the same workload you put inside the `@compile_workload` block.
7571

0 commit comments

Comments
 (0)