2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/arm/dyncom
Kevin Hartman 5fcbfc06eb Scheduler refactor Pt. 1
* Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid
for a thread at any given point in the system.
* Removes dead code from thread.cpp.
* Moves the implementation of resetting a ThreadContext to the corresponding core's implementation.

Other changes:
* Fixed comments in arm interfaces.
* Updated comments in thread.cpp
* Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp.
* Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
2015-02-09 21:47:12 -08:00
..
arm_dyncom.cpp Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00
arm_dyncom.h Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00
arm_dyncom_dec.cpp
arm_dyncom_dec.h
arm_dyncom_interpreter.cpp dyncom: Remove more unnecessary code 2015-02-03 14:05:53 -05:00
arm_dyncom_interpreter.h
arm_dyncom_run.cpp
arm_dyncom_run.h
arm_dyncom_thumb.cpp
arm_dyncom_thumb.h