Add a dynamic growing frame stack

This commit is contained in:
Philipp Oppermann
2015-10-08 01:54:46 +02:00
parent 10ddcead2d
commit abd6e48c08
4 changed files with 120 additions and 15 deletions

View File

@@ -14,6 +14,7 @@
#![feature(no_std, lang_items, asm)]
#![feature(core_str_ext, const_fn, range_inclusive)]
#![feature(unique, core_intrinsics)]
#![no_std]
extern crate rlibc;