]> git.lizzy.rs Git - rust.git/commit
Remove unused upcalls
authorAlex Crichton <alex@alexcrichton.com>
Thu, 28 Nov 2013 22:16:17 +0000 (14:16 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 6 Dec 2013 00:29:16 +0000 (16:29 -0800)
commit17a951c7bf8c302a964a611c6ee1d46c461c50a3
tree52deddf501dbdc9e698892e9233c959a74f06e53
parent6b34ba242d7372b779bf50682b9401b61183828e
Remove unused upcalls

The main one removed is rust_upcall_reset_stack_limit (continuation of #10156),
and this also removes the upcall_trace function. The was hidden behind a
`-Z trace` flag, but if you attempt to use this now you'll get a linker error
because there is no implementation of the 'upcall_trace' function. Due to this
no longer working, I decided to remove it entirely from the compiler (I'm also a
little unsure on what it did in the first place).
mk/llvm.mk
src/librustc/back/link.rs
src/librustc/back/upcall.rs
src/librustc/driver/session.rs
src/librustc/middle/trans/base.rs
src/librustc/middle/trans/expr.rs
src/librustc/middle/trans/macros.rs
src/librustc/middle/trans/write_guard.rs
src/llvm
src/rt/rust_upcall.c
src/rustllvm/llvm-auto-clean-trigger