About True multicore and multicore & what are the components of a thread?

Source: Internet
Author: User

Online Search Data Summary, no textual research.

True multicore refers to multiple cores of a CPU, which is more than one core.

Fake multicore refers to distributed computing that is formed by multiple CPU bundles, and arm's processors for the server market are multiple CPUs

True multicore applications Pentium and Intel

Dual core CPU system is equivalent to two trucks running on a runway, although the ability to deliver goods increased, but also do not frequent thread conflict, but they are running in a lane, so the frequency of mutual avoidance is much higher than the cool CPU, so his transport capacity than the dual CPU poor.

A dual CPU system is two cars running on a two-crossing runway, each running on its own runway, but occasionally meeting parking avoidance. Dual CPUs are the most capable of transport due to the wide range of vehicles.

When you compile the. c file, the. o file is generated first and then the. exe file is generated.

What parts of a thread are made up of:

A standard multithreading consists of a thread ID, the current instruction pointer, a register collection, and a stack combination.

1. Thread ID. Thread identifiers

2. Current instruction pointer pc.

3. Register collection. A collection of storage cell registers.

4. Stack. Stacks are two kinds of data structures. A stack is an ordered data structure of data items that can be inserted and deleted only at one end (called the top of the stack). In the monolithic computer application, the stack is a special storage unit, the main function is temporarily holds the data and the address. Usually used to protect breakpoints and spot points. Heap, queue advanced first out, stack, advanced out.

About True multicore and multicore & what are the components of a thread?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.