Vladimir

Results 10 issues of Vladimir

I was wondering how much SM slows down the server. The added VProf will only be used during profiling. Maybe someone will come in handy. Сan run profiling via ```...

These changes to the overload of memory operators are necessary for components that include HL2SDK and subsequently static linking with the `tier1`! It was originally written to use the `Valve...

Needs Testing

Hello, I would like to see support in SourcePawn for executing JIT OP-Code in several threads at the same time. For example, when using `sv_parallel_send ` that executes `SetTransmit` in...

vm

Stack trace Function 0 accelerator.ext.so!dwarf2reader::CompilationUnit::ReadAbbrevs() + 0x290 1 accelerator.ext.so!dwarf2reader::CompilationUnit::Start() + 0x314 2 accelerator.ext.so!bool (anonymous namespace)::LoadSymbols<google_breakpad::ElfClass32>(std::string const&, bool, google_breakpad::ElfClass32::Ehdr const*, bool, (anonymous namespace)::LoadSymbolsInfo<google_breakpad::ElfClass32>*, google_breakpad::DumpOptions const&, google_breakpad::Module*) + 0x99c 3 accelerator.ext.so!google_breakpad::ReadSymbolDataInternal(unsigned char...

So far, draft. Need tests

I need this method to work safely among methodmaps that legacy `KeyValues` without high positions access. For example, ```sourcepawn methodmap X < KeyValues { // ... public SubX GetSubX() {...

When building on GCC, I get the following warning: ``` [14/196] Building CXX object CMakeFiles/mms2-sample.dir/src/sample_plugin.cpp.o In file included from /__w/mms2-sample/mms2-sample/external/metamod-source/core/ISmmPlugin.h:37, from /__w/mms2-sample/mms2-sample/include/sample_plugin.hpp:33, from /__w/mms2-sample/mms2-sample/src/sample_plugin.cpp:22: /__w/mms2-sample/mms2-sample/external/metamod-source/core/sourcehook/sourcehook.h: In member function 'virtual CServerSideClientBase*...