search for: gline

Displaying 20 results from an estimated 98 matches for "gline".

Did you mean: line
2013 Nov 26
3
[LLVMdev] Finding the first line number of a function (-g vs -gline-tables-only)
For the sample profiler, I need to determine the location of the first user instruction in the function. This can be the LOC where the function header is or the LOC of the actual first instruction, it doesn't really matter. But it needs to be consistent wrt -g and -gline-tables-only. Currently, I'm scanning for the first non-zero line number from the top of the function. This skips over the frame setup instructions emitted by the compiler, that have no LOC, but it gives me different results depending on whether -g or -gline-tables-only is used, and whether the...
2013 Nov 26
0
[LLVMdev] Finding the first line number of a function (-g vs -gline-tables-only)
On Tue, Nov 26, 2013 at 7:47 AM, Diego Novillo <dnovillo at google.com> wrote: > For the sample profiler, I need to determine the location of the first > user instruction in the function. This can be the LOC where the > function header is or the LOC of the actual first instruction, it > doesn't really matter. Actually, I lied. It turns out that it DOES matter. I need the
2013 Nov 26
1
[LLVMdev] Finding the first line number of a function (-g vs -gline-tables-only)
On 26 November 2013 14:01, Diego Novillo <dnovillo at google.com> wrote: > I need '3' to be my base for all the relative offsets I get from the > profiler. So, how do I find out the line number of the symbol 'foo' > itself? > Hi Diego, In the metadata. Look for DW_TAG_subprogram: define i32 @main() #0 { ... } ... !4 = metadata !{i32 786478, metadata !1,
2013 Oct 31
1
[LLVMdev] Preserving accurate stack traces with optimization?
...I can gather, -gmlt emits a > strict subset of the debug information you'd see at -g. Are you saying > that "-g" should always be sufficient for accurate stack traces - even in > the face of inlining? This would be ideal for us. > (side note: Clang option is spelled as -gline-tables-only). Both -g and -gline-tables-only should contain the information needed to get the stack trace with inlining (at -O2 and higher). We actually rely on that in sanitizer tools. As David mentioned, we build the code with -O2 and -gline-tables-only and use llvm-symbolizer to get stack traces...
2017 Mar 07
2
sancov reporting all locations as <invalid>:0
...m> wrote: > On Tue, Mar 7, 2017 at 12:50 PM, Mike Aizatsky <aizatsky at google.com> > wrote: > > Justin, > > I haven't seen this before. I suspect it is because of line-tables-only. > Can you try it with full debug info? > > > That would be strange. > -gline-tables-only is *the* recommended flag for all of the sanitizers, > I'd expect it to work. > > > > > On Tue, Mar 7, 2017 at 12:36 PM Kostya Serebryany <kcc at google.com> wrote: > > +aizatsky > > On Tue, Mar 7, 2017 at 12:34 PM, Justin Bogner <mail at justi...
2011 Aug 10
2
Histograms in R
...ne 0.080357143 Wildtype None 0.08045977 Wildtype None 0.1 Wildtype LOH 0.1 Wildtype None 0.1 Wildtype None 0.1 Wildtype None 0.1 Wildtype None 0.1 Wildtype None 0.1 Wildtype Somtatic 0.1 Wildtype None 0.100558659 Wildtype None 0.100591716 Wildtype None 0.101010101 Wildtype None 0.101123596 Wildtype Gline 0.101333333 Wildtype None 0.101369863 Wildtype None 0.101449275 Wildtype None 0.101522843 Wildtype None 0.101604278 Wildtype None 0.102040816 Wildtype Gline 0.102040816 Wildtype None 0.102362205 Wildtype None 0.102459016 Wildtype None 0.102564103 Wildtype None 0.102702703 Wildtype None 0.102739726...
2017 Mar 07
2
sancov reporting all locations as <invalid>:0
...when I inspect this with the sancov tool, all of the line > numbers it reports are "<invalid>:0". I can list the covered and > uncovered functions successfully, but without locations it's really hard > to do anything with that information. > > I've built with -gline-tables-only, as is the default when building llvm > with sanitizers enabled. > > Have you seen this before? Am I doing something obviously wrong? > > > -- Mike Sent from phone -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org...
2004 May 25
5
pxelinux.0
...f to remote mount a file system. I'm trying an etherboot floppy. When I boot the system finds the dhcp server and gets the right file name but then it gives me the message "not a valid image." A quick search of the net didn't help much. Any clues to hand out? Cheers -- Steve Glines voice: 978-952-6340 www.is-cs.com fax: 978-952-8524 145 Foster Street cell: 617-549-7274 Littleton MA 01460 I'm a complex person. I have a real and an imaginary part.
2019 Jan 04
2
[Fuzzer] Test failure on Linux x86-64
...any builders run fuzzer tests? FAIL: libFuzzer :: value-profile-mem.test (103 of 103) ******************** TEST 'libFuzzer :: value-profile-mem.test' FAILED ******************** Script: -- : 'RUN: at line 4'; /build/x86_64/./bin/clang --driver-mode=g++ -std=c++11 -lstdc++ -O2 -gline-tables-only -fsanitize=address,fuzzer -I/src/compiler-rt/lib/fuzzer -m64 /src/compiler-rt/test/fuzzer/SingleMemcmpTest.cpp -o /build/x86_64/projects/compiler-rt/test/fuzzer/X86_64DefaultLinuxConfig/Output/value-profile-mem.test.tmp-SingleMemcmpTest : 'RUN: at line 5'; not /build/x86_64/p...
2004 May 17
2
kernel and initrd
...trying to create a single floppy based boot disk that will, depending on what the user enters, boot redHat, SUSE or Debian. Does anyone have any sample syslinux.cfg files that might allow me to boot via nfs? Also, I'm having trouble fitting init into initrd.img any ideas? Thanks -- Steve Glines voice: 978-952-6340 www.is-cs.com fax: 978-952-8524 145 Foster Street cell: 617-549-7274 Littleton MA 01460 I'm a complex person. I have a real and an imaginary part.
2019 Jan 04
2
[Fuzzer] Test failure on Linux x86-64
...> > FAIL: libFuzzer :: value-profile-mem.test (103 of 103) > ******************** TEST 'libFuzzer :: value-profile-mem.test' FAILED ******************** > Script: > -- > : 'RUN: at line 4'; /build/x86_64/./bin/clang --driver-mode=g++ -std=c++11 -lstdc++ -O2 -gline-tables-only -fsanitize=address,fuzzer -I/src/compiler-rt/lib/fuzzer -m64 /src/compiler-rt/test/fuzzer/SingleMemcmpTest.cpp -o /build/x86_64/projects/compiler-rt/test/fuzzer/X86_64DefaultLinuxConfig/Output/value-profile-mem.test.tmp-SingleMemcmpTest > : 'RUN: at line 5'; not /build/x86...
2014 Mar 07
4
[LLVMdev] RFC - Adding an optimization report facility?
...can pass back the > information we need to the frontend for it to identify the loop > without too much trouble. There may be a better long-term design, > but this seems, at least, like an easy thing to do in the short > term. > > > > Why not just using the line table in -gline-tables-only? These > reports will need to latch on arbitrary instructions, not just loop > headers. As more transformations use the infrastructure, they will > want to emit the report on whatever instruction they triggered on. I'd prefer that we not do that; although we can certainly...
2000 Feb 07
0
graphics bugs: steep slopes and large values beyond ylim (PR#414)
...abline(a=0,b=200) abline(a=0,b=300) abline(a=0,b=80) 2. when plotting with type "l" and with values far beyond the limits of the plot, semi-random lines appear on the plot. plot(exp(1:100),ylim=c(0,10),type="l") Any thoughts? I poked a little bit at this myself: abline calls GLine, neither of them seems to do much checking whether the endpoints of the line to be drawn are way outside of the window (I guess that XDrawLine, which gets called by GLine, can't handle this). I guess this should probably be fixed at the the level of GLine (it might fix both of the above problem...
2014 Oct 27
2
[LLVMdev] Recent changes in -gmlt break sample profiling
...be standardized? The meaning of 'minimal' really > varies depending on the target use of the information. What is minimally > enough today may become not enough tomorrow if there is a new target use > case identified. > Again, the Clang flag is not '-gmlt'. It is '-gline-tables-only'. But I think both are clear in their intent... Perhaps we could add some documentation for the flag, but I don't think we can or need to try to standardize this... It's a pragmatic thing and should continue to be driven by pragmatic decisions. > 3) Do we have regressio...
2017 Mar 07
2
sancov reporting all locations as <invalid>:0
...file for me. However, when I inspect this with the sancov tool, all of the line numbers it reports are "<invalid>:0". I can list the covered and uncovered functions successfully, but without locations it's really hard to do anything with that information. I've built with -gline-tables-only, as is the default when building llvm with sanitizers enabled. Have you seen this before? Am I doing something obviously wrong?
2008 Jun 16
2
in axis() suppressing axis line but keeping tick marks
I've been trying to figure out a parameter that will let you separately adjust the parameters for the axis line from the tick mark. In the following example, I would like to suppress the axis line, but keep the tick marks. Thanks, Andrew foo <- data.frame(x=1:3, y=4:6) plot(foo$x, foo$y, type="n", axes=F) points(foo$x, foo$y) axis(side=1, at=foo$x, lty=0) #would like to figure
2017 Jun 08
2
Failing unit tests
...e/LLVM/ninjacmake/./bin/clang' -- Testing: 37268 tests, 8 threads -- Testing: 0 .. FAIL: Builtins-i386-linux :: divsc3_test.c (4326 of 37268) ******************** TEST 'Builtins-i386-linux :: divsc3_test.c' FAILED ******************** Script: -- ~/workspace/LLVM/ninjacmake/./bin/clang -gline-tables-only -m32 -fno-builtin -I ~/workspace/LLVM/llvm/projects/compiler-rt/lib/builtins -nodefaultlibs ~/workspace/LLVM/llvm/projects/compiler-rt/test/builtins/Unit/divsc3_test.c ~/workspace/LLVM/ninjacmake/./lib/clang/5.0.0/lib/linux/libclang_rt.builtins-i386.a -lc -lm -lm -o ~/workspace/LLVM/nin...
2004 Aug 06
6
yp.icecast.org || when does your stream come into the db?
> > For pls files: > > http://www.shoutclub.com/help/linking.php3 > Thanks. It says that I can use the URL by appanding > listen.pls as in > http://194.109.227.136:8000/listen.pls > > In this case it still wanted to drag down some > multibegabyte files. What happened? you read: Well the simplest method is using your SHOUTcast servers built in Web server, this feature
2004 Aug 06
3
yp.icecast.org || when does your stream come into the db?
On Thu, 12 Apr 2001, Steve Glines wrote: > --- tim <tim@nvhs.nl> wrote: > > > > > is http://194.109.227.136:8000, using liveice and > > icecast) > When I try the URL above my system attempts to down > load a 50 MB file. It isn't streaming. I have the same > problem with my own system. Wh...
2014 Oct 24
2
[LLVMdev] Recent changes in -gmlt break sample profiling
...ble to match during the profile-use phase. The problem seems to be that we are missing DW_TAG_subprogram for all the functions in the file. Attached are the dwarf dumps of the same program. One compiled with my system's clang 3.4 and the other with today's trunk. In both compiles, I used -gline-tables-only. The trunk version is missing all the subprogram tags for the functions in the file. This breaks the sample profiler. Should I file a bug, or is -gmlt going to be like this from now on? The latter would be a problem for us. Thanks. Diego. -------------- next part -------------- An H...