Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in low-level

Why memory reordering is not a problem on single core/processor machines?

Where in memory are return values stored in memory?

low-level

Why assembly language is still needed if we have high level languages offering sophisticated tools? [closed]

assembly low-level

Variable declaration performance on loops in Actionscript 3

Why don't compilers generate microinstructions rather than assembly code?

What has a better performance: multiplication or division?

performance cpu low-level

Closest language to Python's syntax that is more low level language!

What is INT 21h?

Why do Java and C# have bitshifts operators?

primitive ssh connection (lowlevel)

c# ssh low-level

How do timers and delays work on low level

Stepwise description of file execution in Windows

Measuring size of a function generated with Clang/LLVM?

c embedded clang llvm low-level

C memory management for Cross-platform VM

How to create array of fixed-length "strings" in C?

c arrays string char low-level

What's going on with typecasting in C?

c low-level

How to make sure a piece of code never leaves the CPU cache (L3)?

Read then conditional write vs. write

assembly cpu low-level

How do arrays generally work at a low level?

arrays low-level

Inline Assembler: What scratch registers can be used?