Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

librustc: Remove calls to upcall_reset_stack_limit #10156

Closed
wants to merge 1 commit into from

Conversation

pcwalton
Copy link
Contributor

r? @brson

@alexcrichton
Copy link
Member

Can you add a NOTE next to the C++ saying it should be removed at the next snapshot?

@catamorphism
Copy link
Contributor

@pcwalton @brson Can this be merged?

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Nov 28, 2013
The main one removed is rust_upcall_reset_stack_limit (continuation of rust-lang#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).

Closes rust-lang#10156
@alexcrichton
Copy link
Member

Closing in favor of #10708

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 2, 2013
The main one removed is rust_upcall_reset_stack_limit (continuation of rust-lang#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).
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 6, 2013
The main one removed is rust_upcall_reset_stack_limit (continuation of rust-lang#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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants