In article <[EMAIL PROTECTED]>, "Jim Nance" <[EMAIL PROTECTED]> wrote: > Hello All, > I am trying to evaluate Intel's new c++ compiler on Mozilla. > Everything seems to be working well except someone needs to write a > little asm to > make xptcall work. Unfortunatly I dont know x86 asm, so I am looking > for someone to help with that part. I have gotten the details of the > compilers vtable format from Intel, and I can get more information if it > is needed. The vtable info is attached to the following bug: > > http://bugzilla.mozilla.org/show_bug.cgi?id=82286 > > Anybody interested? Definitely interested. Always like a good challenge.... Can you provide more information about the scope of the problem you need solved? I understand that this new C++ compiler uses a different calling convention, but that won't cause any problems as long as C++ is calling/invoking C++. Where exactly will this not be the case? (two files in xpcom/reflect/xptcall/src/md/unix ?) Also, it looks like your bug report got cut off or something. Greg
