-
-
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.
include the soname-lookup functionality of OpenLib in the compiler
close #949 close #450 ccall functions can now be specified as (:lib, :name), without dlopen/dlsym the names can be symbols or strings ccalls are now generated by symbol name instead of by address makes disassembly more readable, and needed for static compilation add "julia_" prefix to generated functions to avoid conflicts in the process symbol table add warning for conflicts among library symbol names
- Loading branch information
1 parent
c9ae93a
commit 1f1928a
Showing
3 changed files
with
153 additions
and
24 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
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
1f1928a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want me to go through and change any ccalls or are you already doing that?
1f1928a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll do the rest