13
votes
18answers
1k views
We have to use C “for performance reasons”
Hello StackOverflowers of the World,
In this age of many languages there seems to be a great language for just about every task and I find myself professionally struggling agains …
4
votes
3answers
473 views
Programmatically get the cache line size?
Just want to document the answer to this specific question... a similar question (with potential answers was asked here)
All platforms welcome, please specify the platform for you …
2
votes
1answer
107 views
Does 64-bit Windows use KERNEL64?
I was looking at some libraries with dumpbin and I noticed that all the 64-bit versions were linked to KERNEL32. Is there no KERNEL64 on 64-bit Windows? If not, why?
All my oper …
2
votes
2answers
99 views
*nix select and exceptfds/errorfds semantics
The select() syscall takes 3 filedescriptor sets for watching fds for readable/writeable and "exceptions" on filedescriptor.
My select man page doesn't state much about the except …
2
votes
1answer
491 views
Information on N-way set associative Cache stides
Several of the resources I've gone to on the internet have disagree on how set associative caching works.
For example hardware secrets seem to believe it works like this:
The …
1
vote
9answers
754 views
C/C++ How to tell if a program is already running?
In a Windows environment, I don't want two instances of my program running at the same time.
Related
Is using a Mutex to prevent multiple instances of the same program fr …
0
votes
4answers
355 views
Conversion: uid_t to string, off_t to string
Hello,
I am currently writing a systems programming homework and in one part i need to get some information of a file in a directory.
for the stat of file, we have ctime() functi …
