9 years, 9 months ago
Highlights
Community contributions featured9 years, 9 months ago
try it with clang, or without any optimizations like -o2 to see that works or not, maybe there is a bug in GCC (as said that kDevelop and qt and chromium have problem with it) a…
9 years, 9 months ago
hello, as the topic title says, i want to generate asm code using AngelScript's Jit capability feature using AsmJit now, for example, i want to decrement a variable, i should do…
9 years, 10 months ago
hello, i wanted to test AngelScript execution speed, so, i've executed a loop from -100000 to 100000, in C++, the execution took about 37.7 seconds, but in AngelScript, it took…
9 years, 10 months ago
hello, i'm using boost serialization to serialize data and send it through the network, i send anything from client, but when i want to receive it, it crashe's the stringstream…
10 years, 3 months ago
Latest Activity
See all in Discussionstry it with clang, or without any optimizations like -o2 to see that works or not, maybe there is a …
9 years, 9 months ago
hi again, i have a question: in (for example asBC_JMP), do the code in ExecuteNext will be executed or not? …
9 years, 9 months ago
so, instead of writing a.mov(a.zax(), dword_ptr(a.zax(), 2)); i have to write a.mov(a.zax(), word_ptr(a.zax(), 2));
9 years, 10 months ago