Displaying 6 results from an estimated 6 matches for "105271".
Did you mean:
10527
2010 Jun 07
2
[LLVMdev] Two quick questions on call graph nodes
...all node". However it does use a "external node", which
> is used when a function external to the current module is called.
>
The "external node" makes sense. However, I am using LLVM 2.8. (See
the output from "opt -version") and build it against Revision 105271
in the svn repository. So, can I say that the presence of "indirect
call node" is new in LLVM 2.8?
Low Level Virtual Machine (http://llvm.org/):
llvm version 2.8svn
DEBUG build with assertions.
Built Jun 1 2010 (12:21:00).
Host: x86_64-apple-darwin10
Host CPU:...
2010 Jun 07
0
[LLVMdev] Two quick questions on call graph nodes
...ver it does use a "external node", which
>> is used when a function external to the current module is called.
>>
>
> The "external node" makes sense. However, I am using LLVM 2.8. (See
> the output from "opt -version") and build it against Revision 105271
> in the svn repository. So, can I say that the presence of "indirect
> call node" is new in LLVM 2.8?
I couldn't find any code that printed "indirect call node", and I
couldn't produce it with a testcase that does an indirect call.
This is with LLVM 2.8. That...
2010 Nov 04
11
Address already in use - bind(2) (Errno::EADDRINUSE)
After trying all things in : http://www.ruby-forum.com/topic/105271
I cannot find the pid of the clogger. So, I am still having trouble
clearing whatever is active on my localhost port 3000.
I can run on a different port "script/server -p 3001" .
But my OC would like to have all ports on my machine clean and usable.
Below is my error - please help. Tha...
2010 Jun 07
0
[LLVMdev] Two quick questions on call graph nodes
Hi Xiaolong,
> First, there is a "indirect call node" dominating all other nodes
> (include "main"). My question is: what does this special node serves
> for?
what version of LLVM are you using? I don't think LLVM 2.7 uses a
"indirect call node". However it does use a "external node", which
is used when a function external to the current
2010 Jun 06
2
[LLVMdev] Two quick questions on call graph nodes
Hello all,
When I examined the callgraph generated by LLVM via this command:
opt -print-callgraph-sccs -dot-callgraph a.out.bc
I ran into two confusions:
First, there is a "indirect call node" dominating all other nodes
(include "main"). My question is: what does this special node serves
for?
Second, there are two identical functions except that the functions
have
2010 Jun 07
2
[LLVMdev] Two quick questions on call graph nodes
...xternal node", which
> >> is used when a function external to the current module is called.
> >>
> >
> > The "external node" makes sense. However, I am using LLVM 2.8. (See
> > the output from "opt -version") and build it against Revision 105271
> > in the svn repository. So, can I say that the presence of "indirect
> > call node" is new in LLVM 2.8?
>
> I couldn't find any code that printed "indirect call node", and I
> couldn't produce it with a testcase that does an indirect call.
> T...