Valentin Churavy

Results 1415 comments of Valentin Churavy

Where is the difference between The Bumbelbee Project and Ironhide anyway ? Is Ironhide only for ubuntu ? Is there any code difference?

Yeah, right now it just matches the serialization code in processor.cpp. I don't know if that information is useful and we certainly don't have any pretty printing for it yet

> I'm not exactly sure what organization to suggest, though. JuliaDebug? That's where Cthulhu lives so I think that's a good fit.

I think the challenge is "What about the system image". If the purpose of this package is to get packages as small as possible that 80mb is to much, especially...

Cross-compilation on the same OS is feasible, e.g. Linux to Linux, but cross-compilation across OS's is tricky since people love to do: `@statis if Sys.iswindows()`

@rhuffy has been working on compiling libjulia to WASM

You also don't need `ptrcall` ccall supports just calling a runtime pointer.

Julia's codegen is tightly coupled to Julia precise GC implementation. I see no reason why you wouldn't just use the Julia GC... You could implement your own final-lower pass, but...

We could start with adding dex to Yggdrasil, building against our specific LLVM there.

We should still be bitcode compatible with an unpatched version, as long as the optimizations are run by the Julia LLVM, (and we are upstreaming our patch list)