python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how do conditional branches and instructions which update conditional flags operate in an out of order arm architecture?
I have the following sequence of instructions:
Address instr Operands
4357128L cmp {"x1", "#16"}
4357132L bne {"4356768"}
4357136L add {"w19", ...

Tom Jose
Votes: 0
Answers: 0
What exactly is the problem that memory barriers deal with?
I'm trying to wrap my head around the issue of memory barriers right now. I've been reading and watching videos about the subject, and I want to make sure I understand it correctly, as well as ask a q...

YoavKlein
Votes: 0
Answers: 3
How do instructions from a program get sent to different memory levels? Are they pre-loaded when the chips are manufactured for the first time?
I had asked a question earlier on how data gets pushed to registers in the CPU
My question now is, do instructions required for program execution get moved to memory by the compiler the same way data ...
penguin99
Votes: 0
Answers: 2
How to correctly access a non-constant index in an LLVM array?
I've been trying to tackle arrays in LLVM, but I am not able to access elements at a non-constant index. Constant indexing works correctly. When I run my program, it just immediately exits. In my spec...
CodeForFun
Votes: 0
Answers: 1