Re: i386 inline-asm string functions - some questions
"Zack Weinberg" <[email protected]> Thu, 25 Dec 2003 19:40:42 -0800
| Newsgroups | org.kernel.vger.linux-gcc |
|---|---|
| Message-ID | <[email protected]> |
Denis Zaitsev <[email protected]> writes: > So, does it mean that we are indeed speaking about the problem in > GCC? I think you've demonstrated that there isn't an ideal way to write this construct right now. ("memory" clobbers having their own problems). The next stage is to figure out (a) what the right notation is, and (b) what needs to be done in GCC to make it work. I cannot tell whether the semantics of "m" should change, or whether new notation should be introduced. For a starter, try changing "m" and see how far you get. > So, whould you please to show me any points to speed up my start? > For now, the only one part of GCC is not really new for me :) Sorry, I do not know where this is happening. zw