mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 13:44:23 +08:00
73e69c9d9e089dcbcafa84c4f7eefe2f89e8538a
* Support SxS when available (add new fiber member for this as well).
* Support FLS when available.
* Added new Fiber Members for new features in XP/2003 (GuaranteedStackBytes and FlsData)
* Support FPU State Restore/Save in switch code.
* Use new common stack/context initialization routines instead of ROSRTL.
* Change Fiber structure to use CONTEXT directly in order to speed up and generalize
context creation.
* Fix BaseFiberStartup to send right parameters.
Note: not yet fully tested with fibertest, I will do this later today and fix any bugs.
svn path=/trunk/; revision=16650
…
…
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%