[LLVMdev] MSVC thiscall
Eli Friedman
eli.friedman at gmail.com
Fri Jul 31 11:53:30 PDT 2009
On Fri, Jul 31, 2009 at 10:53 AM, Victor
Zverovich<victor.zverovich at googlemail.com> wrote:
> Dear All,
> I was wondering if there are any plans to support MSVC thiscall calling
> convention (where 'this' is passed in ECX and theĀ callee cleans the stack).
> If not how difficult do you think is implementing it.
> Thanks,
> Victor
I don't know of anyone working on it, but it should be easy to
implement; it's extremely similar to the fastcall convention.
-Eli
More information about the llvm-dev
mailing list