процессор

Compiling a program directly for the microarchitecture level

I'm studying computer architecture, I have a question. But first what did I understand: The architecture of the instruction s ... d then the microarchitecture itself interprets the code that it understands, you see MOV, XOR, etc. Am I getting this right?

Machine word, what is its size?

There is a concept of "machine word", I read about it, but everywhere they write differently, as far as I understand one mach ... and this is 4 bytes, so it should have one word of 4 bytes, but a 64-bit one is 2 times larger and its word will be larger?

Tact as a unit of measurement

With colleagues, we discuss a ridiculously simple question: what is the clock cycle of the processor? Wikipedia clarifies: I ... per second. Two options are discussed: changing the value of a bit (one) assembly operation (over a set of bits) Thanks!

How do I find out the architecture of processor commands in linux?

The question arose, which package to install: http://www.rpmfind.net/linux/rpm2html/search.php?query=qemu-sgabios+noarch.rpm& ... : 3732.95 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management:

The bit depth of the processor and its clock speed?

Hello everyone, there is a question about processors, or rather about this slide That is the question: the bit width of th ... e, I wanted to ask whether for example, does a 32-bit processor run at the same frequency as a 64-bit processor? Am I right?"

What is a virtual processor?

Where it is claimed that this is in fact the kernel (or the kernel thread). And for example, with Hyper-Threading technology ... ey also say that when creating a virtual machine, you can allocate virtual processors for it SO WHAT IS A VIRTUAL PROCESSOR

C#. Upload a single stream/CPU core at full capacity

You need to write code that will load one thread of the processor at 100%. The code must be executed in a finite time, depend ... performs this task using only a small percentage of the core resources. What task can load a single core/CPU thread at 100%?