Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Does this work now @data-man

Oh wait, it's x86 and not x64?

Ok so it accidentally grabs your wasm32 and mingw installs

It's really difficult to add a good heuristic. You can look at "find_linux_crt" and "find_linux_crtbegin" on how this is done. If we know that some particular variant of linux uses...

Ok, a few things: 1) I just added `--linux-crt` and `--linux-crtbegin` options. With those you can set the correct paths and override anything detected by default. 2) To me the...

@data-man Can you test if `--linux-crt` and `--linux-crtbegin` resolves your issues?

@tommy-mitchell They already do.

One thing to understand is that profiling shows that the cost when loading the hash map a lot (lots of symbols) what costs time is mainly memory allocation. This is...

Hashing is not showing up anywhere, so changing hash is not going to help. What we need is a faster LLVM...