Namely:

julia [switches] -- [programfile] [args...]

--output-ji name          Generate a system image data file (.ji)


On Saturday, December 12, 2015 at 8:37:29 PM UTC+2, Tero Frondelius wrote:
>
> http://docs.julialang.org/en/release-0.4/manual/getting-started/
>
>
> On Saturday, December 12, 2015 at 6:35:42 PM UTC+2, Leonardo wrote:
>>
>> Hello,
>> How can I create .ji files and execute with julia executable?
>>
>> I've compiled in native code a simple program (with BuildExecutable 
>> package), 
>> but result is huge! (with all dynamic libraries); it's possible instead 
>> produce a .ji file (other than modules with Base.compilcache("
>> *<modulename>*") ) and execute it?
>>
>> Many thanks
>>
>> Leonardo
>>
>>

Reply via email to