-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I think this might have been part of a scheme to avoid an extra indirection when this symbol is exposed to the linker. We have a similar technique used for JIT'd modules, but I'm not sure how it's supposed to work here between libjulia and libjulia-internal. On Windows, this is broken for embedding currently, and on Linux this function was just copying from the `small_typeof` in libjulia to a seem- ingly unused copy of the symbol in libjulia-internal. For now, this removes the special machinery and replaces it with a single copy of the data. If we'd like to optimize this in the future, we might want to use the existing "ijl_" vs. "jl_" pattern
- Loading branch information
1 parent
80ac03b
commit 1786bef
Showing
2 changed files
with
0 additions
and
16 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