public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Robin-Vossen <robin-vossen@hotmail.com>
To: gcc-help@gcc.gnu.org
Subject: Re: GNU C++ Inline Assembler
Date: Wed, 13 Aug 2008 17:27:00 -0000	[thread overview]
Message-ID: <18959097.post@talk.nabble.com> (raw)
In-Reply-To: <1218508063.5985.7.camel@bob-desktop>


Thanks ALL, I think I can continue doing my work soon now.
I understand that I'd lose a lot of preformance doing it the MS way.
But, well I dont need speed =) Since I am a RCE I need it to check if I was
sure the code did that I thought it would do. ^^

But, yea this will help me.
I'll read the three links I've got from you guys and then Ill continue
asking Quesitons if something is still not clear to me.

Thanks for everything.

Cheers,
Robin


Bob Plantz wrote:
> 
> On Mon, 2008-08-11 at 18:07 -0700, Brian Dessent wrote:
> 
>> Because the MSVC style of inline assembler doesn't allow for specifying
>> any constraints such as which registers or stack slots are clobbered. 
>> This means that compiler can't assume anything about the state before
>> and after the block, it must just throw away all dataflow information it
>> had before the block and assume everything was clobbered, leading to
>> tons of useless redundant loads/stores.  The GNU style inline asm works
>> within the framework of the optimizing compiler, rather than outside it
>> by totally going behind it's back.
>> 
>> Read the long thread that starts here:
>> <http://gcc.gnu.org/ml/gcc/2004-05/threads.html#00070>.
> 
> Thank you for the explanation and the link. I've never been a Microsoft
> programmer, and I haven't used CodeWarrior (Mac PowerPC) for  a long
> time. I had forgotten about that technique of inline assembly.
> 
> Bob
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/GNU-C%2B%2B-Inline-Assembler-tp18912389p18959097.html
Sent from the gcc - Help mailing list archive at Nabble.com.

  reply	other threads:[~2008-08-13  8:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-10 21:39 Robin-Vossen
2008-08-11  6:37 ` Bob Plantz
2008-08-11 16:35   ` Robin-Vossen
2008-08-11 16:59     ` David Daney
2008-08-11 21:24     ` Andrew Haley
2008-08-12  1:08       ` Bob Plantz
2008-08-12  2:29         ` Brian Dessent
2008-08-12  8:56           ` Bob Plantz
2008-08-13 17:27             ` Robin-Vossen [this message]
2008-08-12 15:26           ` Ian Lance Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18959097.post@talk.nabble.com \
    --to=robin-vossen@hotmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).