Displaying 1 result from an estimated 1 matches for "ll6".
Did you mean:
l6
2009 Jan 07
3
[LLVMdev] LLVM optmization
...D iThreadId;
; 56 : HANDLE mainThread[num_th];
; 57 : tfim = 0;
mov DWORD PTR _tfim, 0
; 58 : tini = GetTickCount();
call DWORD PTR __imp__GetTickCount at 0
; 59 : for(i=0; i< num_th;i++)
mov edi, DWORD PTR __imp__CreateThread at 24
mov DWORD PTR _tini, eax
xor esi, esi
$LL6 at main:
; 60 : mainThread[i] = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_call, (LPVOID)TESTE, 0, (DWORD *)&iThreadId);
lea eax, DWORD PTR _iThreadId$[esp+420]
push eax
push 0
push OFFSET _TESTE
push OFFSET _thread_call
push 0
push 0
call edi
mov DWORD PTR _mainThread$...