Sorry, I haven't followed newrt closely. What are the missing pieces currently?
And there's other infrastructure in Rust for supporting segmented stacks. Like the "fixed stack" attribute (and all functions already marked up with it). Like implementations of __morestack for different architectures. If all that were removed from the source, bringing segmented stacks back would become much more difficult. On Mon, Oct 21, 2013 at 9:52 PM, Daniel Micay <danielmi...@gmail.com> wrote: > On Tue, Oct 22, 2013 at 12:37 AM, Vadim <vadi...@gmail.com> wrote: > >> Ok, so maybe they should be disabled by default. But to eliminate them >> outright would be shortsighted, IMHO. Can we leave them as an option for >> people who do care about this sort of stuff? >> > > Segmented stacks aren't actually implemented in the new runtime, so they > would have to be implemented rather than just not eliminated. >
_______________________________________________ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev