<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/memory_region.cpp, branch release-0.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2011-12-13T02:25:17+00:00</updated>
<entry>
<title>fix track alloc code</title>
<updated>2011-12-13T02:25:17+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-12-13T02:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a98dec035f1f2ddce6efcf3c2f43884ef659cc0a'/>
<id>urn:sha1:a98dec035f1f2ddce6efcf3c2f43884ef659cc0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rewrite so that memory allocations have 0 overhead by default</title>
<updated>2011-11-09T05:11:47+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-11-08T01:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e24d1dd6f54b454b206bb2df79d277e77d818442'/>
<id>urn:sha1:e24d1dd6f54b454b206bb2df79d277e77d818442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct the arithmetic on 64-bit builds.</title>
<updated>2011-11-09T05:11:47+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-11-08T00:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75b98a9076e89b3cfc0883948e61d06ad881434c'/>
<id>urn:sha1:75b98a9076e89b3cfc0883948e61d06ad881434c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove hack_allow_leaks</title>
<updated>2011-09-12T00:31:40+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-09-08T23:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22001d1dcef5d2c40a242402f75d5acc540bee2b'/>
<id>urn:sha1:22001d1dcef5d2c40a242402f75d5acc540bee2b</id>
<content type='text'>
Happy to close the loop on this one.

Issue #236
</content>
</entry>
<entry>
<title>rt: Implement poison-on-free, for debugging memory issues</title>
<updated>2011-09-06T21:15:01+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2011-09-06T21:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3e8887d3c7ecbfacb0e1693b1a0b8164461d6e0'/>
<id>urn:sha1:d3e8887d3c7ecbfacb0e1693b1a0b8164461d6e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce the amount of locking in the kernel's memory region</title>
<updated>2011-09-01T21:20:43+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-09-01T21:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1262df652f766782253fed51526ba60609859719'/>
<id>urn:sha1:1262df652f766782253fed51526ba60609859719</id>
<content type='text'>
The only thing here that really needs locking on malloc and free is
access to the allocation list, which is only used for TRACK_ALLOCATIONS.

Improves bench/task-perf-vector-party by 70%.
</content>
</entry>
<entry>
<title>Disabling TRACK_ALLOCATIONS</title>
<updated>2011-08-16T17:28:09+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eholk@mozilla.com</email>
</author>
<published>2011-08-16T17:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76aab80e3988caf71b7d6299e5a7ebb06cf2bbbb'/>
<id>urn:sha1:76aab80e3988caf71b7d6299e5a7ebb06cf2bbbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed trans_comm.rs from the compiler. Updating aio/sio to work with the new chan and port system, started on a networking module for the standard library.</title>
<updated>2011-08-16T16:36:29+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eholk@mozilla.com</email>
</author>
<published>2011-08-15T23:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2def46c120d8d6ef8a98571a39bef478c8c2a9'/>
<id>urn:sha1:cf2def46c120d8d6ef8a98571a39bef478c8c2a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly ref counting to fix valgrind issues on linux.</title>
<updated>2011-08-15T16:26:52+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eholk@mozilla.com</email>
</author>
<published>2011-08-14T01:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d63f8340a5e947cdf6b3ad34d3683f2ae9e5cf84'/>
<id>urn:sha1:d63f8340a5e947cdf6b3ad34d3683f2ae9e5cf84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed spawn and task from the parser. Updated all the tests except for the benchmarks.</title>
<updated>2011-08-15T16:26:52+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eholk@mozilla.com</email>
</author>
<published>2011-08-13T22:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be7325073acb63ed76861de387c6035d714c26db'/>
<id>urn:sha1:be7325073acb63ed76861de387c6035d714c26db</id>
<content type='text'>
</content>
</entry>
</feed>
