<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_upcall.cpp, branch 0.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-03-28T20:52:47+00:00</updated>
<entry>
<title>Fix some gcc-4.4-isms, should build now on 4.1+.</title>
<updated>2012-03-28T20:52:47+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-28T20:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c141e7a068e3fbb1a5d24dcd000567b7731910bb'/>
<id>urn:sha1:c141e7a068e3fbb1a5d24dcd000567b7731910bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Use get_task_from_tcb during stack growth calls</title>
<updated>2012-03-22T02:10:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-21T21:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0639b67290cfc631fe2728a587380f3a97fd7408'/>
<id>urn:sha1:0639b67290cfc631fe2728a587380f3a97fd7408</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Rename record_sp to record_sp_limit</title>
<updated>2012-03-22T02:10:31+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-21T21:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1cb35c9b2653d437e1981f4162a436e5e2766074'/>
<id>urn:sha1:1cb35c9b2653d437e1981f4162a436e5e2766074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't switch to the C stack on the upcall_new_stack fast path</title>
<updated>2012-03-22T02:10:31+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-21T20:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6115b13dfc4b863149d55b903fd3a86f9a8d6a37'/>
<id>urn:sha1:6115b13dfc4b863149d55b903fd3a86f9a8d6a37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't swatch stacks during upcall_del_stack</title>
<updated>2012-03-22T02:10:31+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-21T07:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a145a601eb97f9d32572fed23030bc1bc319105'/>
<id>urn:sha1:8a145a601eb97f9d32572fed23030bc1bc319105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send string concatenation to specialized upcall, shave 17s off librustc compile time.</title>
<updated>2012-03-19T21:29:39+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-19T21:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=869b2d706493549e1fc4a621fe9a44fa58d83c5c'/>
<id>urn:sha1:869b2d706493549e1fc4a621fe9a44fa58d83c5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove shared tydescs</title>
<updated>2012-03-16T14:38:42+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-03-15T16:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22bef74b550b2b08338ebb43363f3d09df6413b9'/>
<id>urn:sha1:22bef74b550b2b08338ebb43363f3d09df6413b9</id>
<content type='text'>
All tydescs are static now, there's no need to worry about
marshalling them between threads anymore.
</content>
</entry>
<entry>
<title>Remove dynastack support from runtime</title>
<updated>2012-03-15T23:44:06+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-03-15T16:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76d07f405675ab8eb636bdb9cb1fbfec6f3ed805'/>
<id>urn:sha1:76d07f405675ab8eb636bdb9cb1fbfec6f3ed805</id>
<content type='text'>
Issue #1982
</content>
</entry>
<entry>
<title>Get rid of rust_crate_cache in the runtime</title>
<updated>2012-03-15T23:44:06+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-03-15T16:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=146b61189a5c206d744a09b9336c26e3dc1637c4'/>
<id>urn:sha1:146b61189a5c206d744a09b9336c26e3dc1637c4</id>
<content type='text'>
We are no longer generating dynamic tydescs or dicts.

Issue #1982
</content>
</entry>
<entry>
<title>rt: Reset the stack boundary after returning from crust functions</title>
<updated>2012-02-29T01:56:15+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-29T00:57:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d617e638e3fbdd69a7386b64269fdd199423801'/>
<id>urn:sha1:8d617e638e3fbdd69a7386b64269fdd199423801</id>
<content type='text'>
</content>
</entry>
</feed>
