On Thu, 8 Feb 2007 22:33:59 -0800 (PST) wsdice707 wrote:
>
> hey,
> im planing on building an binary data monitor, to monitor the binary data
> that caomes from a USB mouse. can any one can help me on guiding me for a
> good data source in web.
This has nothing whatever to do with gcc developme
hey,
im planing on building an binary data monitor, to monitor the binary data
that caomes from a USB mouse. can any one can help me on guiding me for a
good data source in web.
thnkx.
--
View this message in context:
http://www.nabble.com/Creating-a-USB-binary-Data-Monitor-tf3198787.html#a888
Successful bootstrap & install
$ gcc -v
Using built-in specs.
Target: i686-pc-mingw32
Configured with: ../gcc-4.1.2-20070128/configure --with-gcc
--prefix=/mingw --disable-nls
Thread model: win32
gcc version 4.1.2 20070129 (prerelease)
$ uname -a
MINGW32_NT-5.1 CHRISTIANPC2 1.0.11(0.46/3/2) 20
Would you for a start please
explain what do you need to do that can't be done using existing arc and
value profiling?
Sorry, my first mail was not clear about the goal.
Objectives are to follow the execution of function and basic block at
execution time.
To do this, we plan to insert func
> Dear All,
>
>In order to implement a specific basic block profiling, i have to
> insert function calls at the end of each basic blocks or/and at the end
> of each functions.
> To do this I'd like to add a profiling pass similar to the arc profiling.
> I'm a beginner in the GCC internal imp
Dear All,
In order to implement a specific basic block profiling, i have to
insert function calls at the end of each basic blocks or/and at the end
of each functions.
To do this I'd like to add a profiling pass similar to the arc profiling.
I'm a beginner in the GCC internal implementation
On Thu, Feb 08, 2007 at 04:22:12PM +0800, wrote:
> Thanks. But what does it mean by saying:
> "Sometimes an insn can match more than one instruction pattern. Then
> the pattern that appears first in the machine description is the one
> used."
It means what it says. The detail you're missin
On Wed, Feb 07, 2007 at 05:32:28PM +0300, Vladimir Sysoev wrote:
> Hi!
> I create test to reproduce issue with cpu2006/454.calculix
> See attached. File e_c3d.f contains cutted subroutine from calculix.
> tr535.f main entry point of the test. you can use go-script as a
> reference how i get these r
On 08 Feb 2007, at 10:47, Ronny Peine wrote:
Hi,
maybe http://docs.lib.purdue.edu/ecetr/123/ would also be
interesting for you.
There, a quadratic algorithm for finding a nearly optimal set of
compiler
flags is described. The results are quite promising and i have also
tested it
on my o
Hi,
maybe http://docs.lib.purdue.edu/ecetr/123/ would also be interesting for you.
There, a quadratic algorithm for finding a nearly optimal set of compiler
flags is described. The results are quite promising and i have also tested it
on my own benchmarkingsuite with good results.
cu,
Ronny Pei
"吴曦" <[EMAIL PROTECTED]> writes:
> Thanks. But what does it mean by saying:
> "Sometimes an insn can match more than one instruction pattern. Then
> the pattern that appears first in the machine description is the one
> used."
> in section 14.10 of gcc internal p259?
(Please don't top post. Tha
On 2/8/07, 吴曦 <[EMAIL PROTECTED]> wrote:
Thanks. But what does it mean by saying:
"Sometimes an insn can match more than one instruction pattern. Then
the pattern that appears first in the machine description is the one
used."
Basically it means, "Don't do that" ;-)
Make your insns match only
Thanks. But what does it mean by saying:
"Sometimes an insn can match more than one instruction pattern. Then
the pattern that appears first in the machine description is the one
used."
in section 14.10 of gcc internal p259?
08 Feb 2007 00:09:21 -0800, Ian Lance Taylor <[EMAIL PROTECTED]>:
"吴曦"
"吴曦" <[EMAIL PROTECTED]> writes:
> I observe that there is a ld instruction in 3rd alternative, so I add
> a new define_insn before it in the hope that it will be matched
> firstly.
It doesn't work that way. Your new instruction will wind up matching
all move instructions. Reload will crash bec
14 matches
Mail list logo