<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_sched_loop.cpp, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-08-09T23:45:50+00:00</updated>
<entry>
<title>Remove the C++ runtime. Sayonara</title>
<updated>2013-08-09T23:45:50+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-01T06:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b75915d0ca20c6d066a7368ad53491a55a5a57d2'/>
<id>urn:sha1:b75915d0ca20c6d066a7368ad53491a55a5a57d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Eliminate the dependency on rust_kernel from rust_rng</title>
<updated>2013-05-07T19:08:03+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-05-07T00:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=21aaa7fb13793e7a4cf0c62653035f6f09a20d9e'/>
<id>urn:sha1:21aaa7fb13793e7a4cf0c62653035f6f09a20d9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'brson/io'</title>
<updated>2013-04-24T02:19:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-04-23T22:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e944c7dadeed48b199df6891603ae063233ec5a8'/>
<id>urn:sha1:e944c7dadeed48b199df6891603ae063233ec5a8</id>
<content type='text'>
This also reverts some changes to TLS that were leaking memory.

Conflicts:
	src/libcore/rt/uv/net.rs
	src/libcore/task/local_data_priv.rs
	src/libcore/unstable/lang.rs
</content>
</entry>
<entry>
<title>rt: Don't make memory_region depend on rust_env</title>
<updated>2013-04-22T00:42:45+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-04-22T00:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fe118b26fdb2897eb000ae47f912cc6b2534324'/>
<id>urn:sha1:2fe118b26fdb2897eb000ae47f912cc6b2534324</id>
<content type='text'>
I am going to use memory_region and boxed_region as the local heap
in the new scheduler, for now at least, and I don't have a rust_env
available.
</content>
</entry>
<entry>
<title>rt: Fix scalability problem with big stacks on 32 bit</title>
<updated>2013-04-19T18:53:34+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-04-05T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca8e99fd78ab9b56c5bdc61027b032ad52c2ec8b'/>
<id>urn:sha1:ca8e99fd78ab9b56c5bdc61027b032ad52c2ec8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Increase C_STACK_SIZE to 2MB to get JIT/rusti working again (dlopen segfaults)</title>
<updated>2013-03-21T05:15:47+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2013-03-21T05:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=280b8a243ea5e40c6b1f85bd645ed7b12fb35022'/>
<id>urn:sha1:280b8a243ea5e40c6b1f85bd645ed7b12fb35022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: fix memory-unsafe random seed logic, r=valgrindclean</title>
<updated>2013-02-19T15:06:36+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2013-02-19T15:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=968ab03026d716f1e648aadebe8f199bdacbe4ad'/>
<id>urn:sha1:968ab03026d716f1e648aadebe8f199bdacbe4ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't deplete RNG entropy when there is only one runnable task</title>
<updated>2013-02-15T06:35:40+00:00</updated>
<author>
<name>Chris Peterson</name>
<email>cpeterson@mozilla.com</email>
</author>
<published>2013-02-14T09:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a76d718c709da7d69d3533e1b2019a768343af5'/>
<id>urn:sha1:9a76d718c709da7d69d3533e1b2019a768343af5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reseed rust_rng after generating 32KB</title>
<updated>2013-02-15T06:33:12+00:00</updated>
<author>
<name>Chris Peterson</name>
<email>cpeterson@mozilla.com</email>
</author>
<published>2013-02-14T09:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a78dc93db551f325b3b3d90540de6ebe7873b4b'/>
<id>urn:sha1:9a78dc93db551f325b3b3d90540de6ebe7873b4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>encapsulate isaac RNG in rust_rng struct</title>
<updated>2013-02-15T06:31:08+00:00</updated>
<author>
<name>Chris Peterson</name>
<email>cpeterson@mozilla.com</email>
</author>
<published>2013-02-14T08:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=665e900edeb611a7bfc9b0b911489cb802740945'/>
<id>urn:sha1:665e900edeb611a7bfc9b0b911489cb802740945</id>
<content type='text'>
</content>
</entry>
</feed>
