rust/src/rt/arch/x86_64
Jon Morton 632a4c9326 Refactor includes structure, getting rid of rust_internal.h
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
2012-04-03 16:02:38 -07:00
..
_context.S correct stack alignment 2011-11-08 21:14:09 -08:00
ccall.S freebsd support 2012-01-01 20:18:55 -08:00
context.cpp Refactor includes structure, getting rid of rust_internal.h 2012-04-03 16:02:38 -07:00
context.h rt: Fix whitespace 2012-03-31 23:12:06 -07:00
morestack.S rt: Shave 16 bytes off the __morestack frame 2012-03-21 19:10:32 -07:00
record_sp.S rt: Add a get_sp_limit function 2012-03-21 19:10:31 -07:00
regs.h build: Use llvm-mc as our assembler 2011-12-10 18:51:21 -08:00