Commit Graph

9 Commits

Author SHA1 Message Date
edef a54e573073 Rust updates 2015-02-02 14:17:23 -05:00
edef 299a0a5d98 complete rewrite!
featuring 7ns inlineable context switches, no more separately-built
assembly objects, and a vastly nicer interface.
incontext/outcontext are no more, context switch calls now take a single
context structure, which functions as both.
everything now also functions without any heap allocations -- for the
context setup, only an FnOnce() value is necessary.
2015-01-14 11:27:43 +01:00
edef 0729ca8648 yay, Rust beta… 2015-01-13 08:38:52 +01:00
edef fec3f2eaef Rust updates 2015-01-09 22:45:39 +01:00
edef b961956ea5 Rust updates (MapOption fixes) 2014-12-25 11:50:48 +01:00
edef 59e723d099 free ourselves from the shackles of libstd 2014-12-24 07:28:21 +01:00
edef a94bc324fe move stack creation / destruction into platform 2014-12-24 07:07:25 +01:00
edef 3d35f5280d change the prefix from lwut_ to lwt_
we'll be using a lot of this code in kernelmode too, later.
2014-12-24 06:48:08 +01:00
edef 791173fd97 refactoring! 2014-12-24 06:44:03 +01:00