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
Assembly: REP MOVS mechanism
Sep 19, 2022
assembly
x86
Does one assembler instruction always execute atomically? [duplicate]
Nov 14, 2022
multithreading
assembly
atomic
race-condition
Handling calls to (potentially) far away ahead-of-time compiled functions from JITed code
Jan 25, 2022
assembly
rust
compiler-construction
x86-64
jit
How can I load values from memory without polluting the cache?
Nov 20, 2013
assembly
caching
x86
64-bit registers under 32-bit windows
Oct 19, 2018
assembly
x86
x86-64
How to read input from STDIN in x86_64 assembly?
Sep 19, 2022
assembly
stdin
x86-64
Changing bios code/flashing the bios
Aug 16, 2022
security
assembly
operating-system
bios
osdev
How to embed LLVM assembly or intrinsics in C program with Clang?
Dec 13, 2019
assembly
llvm
clang
embedding
Vectorizing with unaligned buffers: using VMASKMOVPS: generating a mask from a misalignment count? Or not using that insn at all
Feb 17, 2022
gcc
assembly
x86
sse
avx
Why does GCC drop the frame pointer on 64-bit?
Sep 19, 2022
gcc
assembly
x86
64-bit
stack-frame
Does Java strictfp modifier have any effect on modern CPUs?
Apr 06, 2022
java
assembly
sse
expression-evaluation
strictfp
How to produce a minimal BIOS hello world boot sector with GCC that works from a USB stick on real hardware?
Jun 08, 2019
assembly
x86
qemu
gnu-assembler
bare-metal
Why can't GCC assume that std::vector::size won't change in this loop?
Mar 12, 2022
c++
gcc
assembly
GCC 4.4: Avoid range check on switch/case statement in gcc?
Aug 01, 2022
c
assembly
switch-statement
x86-64
gcc4.4
intel
how multicore processors boot?
Sep 19, 2022
assembly
multicore
boot
hardware-interface
Fast sine/cosine for ARMv7+NEON: looking for testers…
Jul 05, 2016
performance
assembly
arm
iphone-3gs
neon
Improving field get and set performance with ASM or Javassist
Nov 20, 2022
java
assembly
java-bytecode-asm
Which 2's complement integer operations can be used without zeroing high bits in the inputs, if only the low part of the result is wanted?
Sep 19, 2022
assembly
binary
x86
integer
twos-complement
Why does this difference in asm matter for performance (in an un-optimized ptr++ vs. ++ptr loop)?
Oct 24, 2021
c++
performance
loops
assembly
x86
Why is typeA == typeB slower than typeA == typeof(TypeB)?
Sep 19, 2022
c#
.net
assembly
x86-64
« Newer Entries
Older Entries »