bam -j 4
bam was using 8 threads I thought maybe it was some scheduling issue, but that didn't change muchmake -j4
and ninja
handily outperforms bam
on every machine I can get my hands on-fno-exceptions -fstack-protector -fstack-protector-strong
for bam and -fstack-protector-strong -fstack-clash-protection -fcf-protection
-fno-exceptions
might have a faster build, I don't know about -fstack-clash-protection and -fcf-protection
bam client; bam server
it's still slightly slower than ninja Msg.AddString(pCommandInfo->m_pName, IConsole::TEMPCMD_NAME_LENGTH);
triggers the following exception
Unhandled exception thrown: read access violation.
pCommandInfo was 0xFFFFFFFFFFFFFFEF.
i don't rlly know what does it means, my programmers skills arent good enough
P.S. : u need to write set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++latest")
in CMakeLists.txt at the top of the file otherwise u would have an other error while compiling
so if u have any concrete tips on how to solve that, im not good enough at programming to solve it by myself