Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in assembly
How to run a program without an operating system?
Oct 17, 2022
assembly
x86
operating-system
bootloader
osdev
Why does Java switch on contiguous ints appear to run faster with added cases?
Aug 14, 2022
java
performance
assembly
compiler-construction
switch-statement
Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?
Aug 14, 2022
debugging
winapi
assembly
decompiling
Using GCC to produce readable assembly?
Aug 14, 2022
c
gcc
assembly
How do you get assembler output from C/C++ source in gcc?
Aug 13, 2022
c++
c
debugging
gcc
assembly
When is assembly faster than C? [closed]
Aug 13, 2022
c
performance
assembly
How do I achieve the theoretical maximum of 4 FLOPs per cycle?
Aug 13, 2022
c++
assembly
x86-64
cpu-architecture
flops
What's the purpose of the LEA instruction?
Aug 13, 2022
assembly
x86
x86-64
x86-16
Why does C++ code for testing the Collatz conjecture run faster than hand-written assembly?
Mar 05, 2022
c++
performance
assembly
optimization
x86
Replacing a 32-bit loop counter with 64-bit introduces crazy performance deviations with _mm_popcnt_u64 on Intel CPUs
Apr 08, 2022
c++
performance
assembly
x86
compiler-optimization
Is < faster than <=?
Oct 02, 2022
c++
c
performance
assembly
relational-operators
Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)?
Aug 13, 2022
gcc
assembly
floating-point
compiler-optimization
fast-math
« Newer Entries