Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff ProcrContext.c @ 173:bfaebdf60df3
coreLoop: All written variables are now on local stack or in seperate cache line
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 20 Dec 2011 15:39:30 +0100 |
| parents | 521c75d64cef |
| children |
line diff
1.1 --- a/ProcrContext.c Tue Dec 20 15:08:29 2011 +0100 1.2 +++ b/ProcrContext.c Tue Dec 20 15:39:30 2011 +0100 1.3 @@ -28,7 +28,7 @@ 1.4 newPr->schedSlot = NULL; 1.5 1.6 /* 1.7 - * Hardware dependent part 1.8 + * Hardware dependent part, because of x86_64 calling convention 1.9 */ 1.10 //instead of calling the function directly, call a wrapper function to fetch 1.11 //arguments from stack
