tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
489 stars 31 forks source link

Godbolt support #92

Closed PallHaraldsson closed 7 months ago

PallHaraldsson commented 1 year ago

Julia, as is, isn't supported at https://godbolt.org/

I don't know what the holdup is, but maybe this project should be there (too)?

https://github.com/compiler-explorer/compiler-explorer/issues/331

brenhinkeller commented 1 year ago

Would be cool to have! In principle, the native code generated by Julia and StaticCompiler should be the same, so if we can get Julia support there that should cover this too (since the staticcompilerable stuff is just a subset of all Julia)

MasonProtter commented 7 months ago

Julia is supported on godbolt now. Not sure why this package would be supported there though, I don't think that's a very reasonable or actionable goal. Is it okay if I close there @PallHaraldsson, or do you want it to stay open?

PallHaraldsson commented 7 months ago

I thought it would be easier for this, since they expect a compiler and some output, but I see it just works, more or less similar to what @code_native gives, so I'm ok with closing, not sure what further support would do here.