-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Successfully precompile
_parse_colorant
This is an expensive method to infer (>50ms on my machine) and it has never precompiled successfully. It turns out that calling it during module definition makes it non-precompilable. I am guessing that this is because there end up being backedges to something in the temporary process that does the precompilation that is no longer available, perhaps gensyms in macro expansion? In any case, avoiding the call works around the problem.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters