python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
HART Protocol -- Universal Commands serial communication through modem
I have a few questions which I thought you might be able to help with:
I have been trying to carry out further communication with a Slave Device (FUJI A2 V5) on Windows 10 PC connected with HART modem...
justSalt_NaCl
Votes: 0
Answers: 1
Linking LLVM getOrInsertFunction to a external c++ function in a LLVM pass
I have written a LLVM pass that inserts a call to a external function (foo) in a C(count.c) file. Later when I link C file's object that contains foo function with LLVM instrumented c++ file, it works...
Atanu Barai
Votes: 0
Answers: 1
Problems accessing a _Thread_local variable in x86_64 asm
I my currently working on a project that involves asm x86_64 and instrumenting code. I insert asm code thru GIMPLE that allow me to access a variable by name and decrease it. For example: sub $%d, sp...
Andre Manada
Votes: 0
Answers: 0
Profile/Instrument a C++ Excel Addin in Visual Studio
I have an Excel addin written in C++. I can debug it by doing Debug>Attach to Process and selecting Excel.
Now I want to see where it is spending its time. It seems as if Performance Profiling Inst...
Rich Tanenbaum
Votes: 0
Answers: 0