[rust-dev] Statically linking rustrt

2011-03-19 Thread Patrick Walton
I'm looking at the generated assembly code for std.rc (which is now compiling, although it fails to link due to a strange mangling LLVM is performing on duplicate native symbols). Even with all of LLVM's optimizations, our hash insertion code has 4x the instruction count of that of glib. One

Re: [rust-dev] Statically linking rustrt

2011-03-19 Thread Graydon Hoare
On 19/03/2011 4:02 PM, Patrick Walton wrote: I'm looking at the generated assembly code for std.rc (which is now compiling, although it fails to link due to a strange mangling LLVM is performing on duplicate native symbols). Wooo! That's incredible. You're a star. I'm totally impressed with