Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MISSING: Multithreading Facility #63

Closed
Fish-Git opened this issue Nov 29, 2017 · 1 comment
Closed

MISSING: Multithreading Facility #63

Fish-Git opened this issue Nov 29, 2017 · 1 comment
Labels
(*MOVED*) (the original issue was moved into a different issue)

Comments

@Fish-Git
Copy link
Member

Fish-Git commented Nov 29, 2017

Multithreading Facility   (March, 2015)

The multithreading (MT) facility may be available on models implementing z/Architecture. The facility provides the means by which more efficient utilization of a configuration's resources may be realized. The facility introduces the architectural concept of a core, which, when multithreading is enabled, comprises a group of CPUs (sometimes called threads). The CPU comprises all of the architected resources available to the program such as the program-status word, registers, timing facilities, and so forth. When the multithreading facility is not enabled, a core consists of a single CPU.

When the multithreading facility is enabled, the CPUs within a core may share certain hardware resources such as execution units or caches. When one CPU in a core is waiting for other hardware resources (typically, while waiting for a storage access), other CPUs in the core can utilize the shared resources in the core rather than have them remain idle.

@Fish-Git Fish-Git added the Missing Support for the described architectural feature is currently missing and needs to be added. label Nov 29, 2017
@Fish-Git Fish-Git added (*MOVED*) (the original issue was moved into a different issue) and removed Missing Support for the described architectural feature is currently missing and needs to be added. labels Dec 18, 2017
@Fish-Git
Copy link
Member Author

Moved to combined issue #77 "MISSING Facilities support".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(*MOVED*) (the original issue was moved into a different issue)
Projects
None yet
Development

No branches or pull requests

1 participant