Jerry Ling

Results 308 comments of Jerry Ling

and this worked: ```julia julia> function main() f = fopen(m"./rounds.txt", m"r")#read only buf = MallocString(undef, 20) StaticTools.fread!(buf, f) nrounds = parse(Int64, buf) return 0 end main (generic function with 1...

errors: ```julia julia> foo() = println(c"hello, world!") foo (generic function with 1 method) julia> compile_executable(foo, (), "./") ./wrapper.c:3:5: warning: implicit declaration of function 'julia_foo' is invalid in C99 [-Wimplicit-function-declaration] julia_foo(argc,...

I thought all of our stuff are shipped via Artifact, so wasn't expecting this

```llvm julia> @code_llvm foo() ; @ REPL[3]:1 within `foo` ; Function Attrs: ssp define i32 @julia_foo_929() #0 { top: %0 = alloca [14 x i8], align 16 %.sub = getelementptr...

yeah looks like mine has extra crap in it

I already included this earlier ``` [81625895] StaticCompiler v0.4.5 [86c06d3c] StaticTools v0.8.0 ``` @giordano has found your liking logic may be flawed (in that, we use `clang_jll` but the `ld`...

https://arxiv.org/pdf/1304.2818.pdf should probably use this, the 2012 has wrong formula

no sorry I think you guys already used the correct formula, but I think now the problem is we shouldn't default to the prior one anyway, we should use the...

Because the prior and numbers you're currently using is derived from fitting a simulation of star light, nothing to do with HEP

looks fine to me but again I'm not super familiar with the code base