calling-convention
Can Scala call by reference?
I know that Scala supports call-by-name from ALGOL, and I think I understand what that means, but can Scala do call-by-reference like C#, VB.NET, and C++ can?I know that Java cannot do call-by-referen[详细]
2023-02-06 07:26 分类:问答Why does gcc use movl instead of push to pass function args?
pay attention to this code : #include <stdio.h> void a(int a, int b, int c) { char buffer1[5]; char buffer2[10];[详细]
2023-02-01 10:42 分类:问答Frame pointer, epb, and return address
The following image is from wikipedia entry on call stack and there is something that I don\'t understand completely:[详细]
2023-01-30 01:09 分类:问答Unmanaged function hooking, stack/register problem with calling convention?
This is not a particular function about EasyHook but about hooking in general. I want to hook a function with this signature:[详细]
2023-01-28 20:03 分类:问答Is it a convention to avoid using $_ when using other people's Perl API's?
I\'ve just been caught out when using someone else\'s API in conjunction with the default variable $_[详细]
2023-01-23 05:03 分类:问答Automatic calling functionality (Dialer + IVR + Text to Speech) [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-20 06:28 分类:问答Trouble understanding an x86-64 function preamble
I am experiencing a crash, and while investigating I found myself totally blocked by the following code:[详细]
2023-01-17 20:33 分类:问答How to investigate the calling convention of PE binary file in windows?
Is there a tool to show whether the 开发者_Go百科calling convention is _cdecl or _stdcall or else?Calling conventions are per function - not PE file.[详细]
2023-01-16 19:10 分类:问答How to return a complex return value?
Currently I am writing some assembly language procedures. As some convention says, when I want to return some value to the caller, say an integer, I should return it in the EAX register. Now I am wond[详细]
2023-01-15 18:59 分类:问答Why did Microsoft choose stdcall as their API convention?
Is there a good re开发者_如何学JAVAason? Are their internal functions (not exported) also stdcall convention?It was an adaptation to the pascal calling convention for 32-bit code.Pascal was the calli[详细]
2023-01-12 16:40 分类:问答