<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_stack.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-16T20:24:25+00:00</updated>
<entry>
<title>rt: Remove rust_stack</title>
<updated>2013-08-16T20:24:25+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-10T06:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da7d79dfbe46bf017e654598e481c6cc3a818af8'/>
<id>urn:sha1:da7d79dfbe46bf017e654598e481c6cc3a818af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core::rt: Register stacks with valgrind. #6428</title>
<updated>2013-05-14T21:52:07+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-05-12T01:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=204e3d82ccf5015e39f847aafea148d5180ab951'/>
<id>urn:sha1:204e3d82ccf5015e39f847aafea148d5180ab951</id>
<content type='text'>
</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>rm the unused calloc wrapper from memory_region</title>
<updated>2013-02-14T23:28:04+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-02-14T23:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a41b484bf05514f469e69efd56fcd7039d34db9'/>
<id>urn:sha1:1a41b484bf05514f469e69efd56fcd7039d34db9</id>
<content type='text'>
it doesn't actually call calloc, so it's fairly pointless
</content>
</entry>
<entry>
<title>rm unused zero param in C++ exchange allocator</title>
<updated>2013-02-14T21:04:30+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-02-14T21:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7103ca95ac8e92fd32ab65321cd443a7233a48e0'/>
<id>urn:sha1:7103ca95ac8e92fd32ab65321cd443a7233a48e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite the exchange allocator to work without an active scheduler. #4457</title>
<updated>2013-02-06T22:27:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-01-14T00:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e43c5bdc6b47e8dd5e2ddcd6cf57fec79388523a'/>
<id>urn:sha1:e43c5bdc6b47e8dd5e2ddcd6cf57fec79388523a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license boilerplate to more files.</title>
<updated>2012-12-11T01:32:58+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-10T23:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12c32e944d3dbadb6a114a6e0bc51b065b4f42c1'/>
<id>urn:sha1:12c32e944d3dbadb6a114a6e0bc51b065b4f42c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor includes structure, getting rid of rust_internal.h</title>
<updated>2012-04-03T23:02:38+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-03T03:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=632a4c9326561de2bd9d9ded19a82f22678a0cf4'/>
<id>urn:sha1:632a4c9326561de2bd9d9ded19a82f22678a0cf4</id>
<content type='text'>
Many changes to code structure are included:
- removed TIME_SLICE_IN_MS
- removed sychronized_indexed_list
- removed region_owned
- kernel_owned move to kernel.h, task_owned moved to task.h
- global configs moved to rust_globals.h
- changed #pragma once to standard guard in rust_upcall.h
- got rid of memory.h
</content>
</entry>
<entry>
<title>rt: Fix whitespace</title>
<updated>2012-04-01T06:12:06+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-04-01T06:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=21064637ed8b8259d1305f21ace12c40b9561706'/>
<id>urn:sha1:21064637ed8b8259d1305f21ace12c40b9561706</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Every time you don't use a variable, a kitten scowls.</title>
<updated>2012-03-22T02:00:52+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-22T02:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ba712fb8b00eda702be71048cda748877111ea7'/>
<id>urn:sha1:9ba712fb8b00eda702be71048cda748877111ea7</id>
<content type='text'>
</content>
</entry>
</feed>
