On Fri, Jun 21, 2013 at 5:53 PM, Thomas Daede <[email protected]> wrote:
> On Fri, Jun 21, 2013 at 4:17 PM, Brian Anderson <[email protected]> wrote:
>> On 06/21/2013 08:20 AM, Thomas Daede wrote:
>>> - Compiling runtime and Core without thread support
>>
>>
>> This is a major refactoring project which isn't made any easier by the
>> current situation in which we have 2 entire runtimes.
>>
>> https://github.com/mozilla/rust/issues/7282
>
> I'm not sure what you mean by two entire runtimes. Are you referring
> to the split between core and std?
This refers to the fact that the Rust runtime system ("rt") has been
(or is being) rewritten in Rust, and the new runtime system lives in
the standard library (formerly known as "core", but now known as
"std").
So, at the moment, there are in fact two runtime systems, one in
src/rt, which will presumably go away, and one almost-working one in
std. In fact, I think it's correct to say that std will *be* the Rust
runtime in some sense.
Lindsey
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev