search for: 20030

Displaying 19 results from an estimated 19 matches for "20030".

Did you mean: 2003
2016 Jul 20
2
load instruction erroneously removed by GVN v2
before inlining all 20005 after inlining somewhere here changed made it NoAlias after Global Variable Optimizer 20014 20373 20255 20372 20254 before GVN 19993 20011 19991 20010 20030 It appears that TBAA metadata certainly changed after inlining and subsequent passes. I have attached the .bc file. I think I will try to dump out more TBAA metadata between passes. The method in interest is @main. On 20 July 2016 at 11:32, Daniel Berlin <dberlin at dberlin.org> wrote: &g...
2016 Jul 20
2
load instruction erroneously removed by GVN v2
...dex=0 >> br test, loop1, bb2 >> loop1: >> ... write to %dest in increasing index // ptr-based while loop >> %ptr++; >> br test, loop1, bb2 >> bb2: >> %lcssa = phi [%ptr, loop1], [%ptr, preheader] >> store i16 0, i16* %lcssa !dbg !20094 !tbaa 20030 // write null byte at >> end >> %76 = getelementptr inbounds [80 x i16]* %dest, i64 0, i64 7, !dbg >> !20095 // load addr of null byte (7th index) >> %77 = load i16* %76, align 2, !dbg !20095, !tbaa !20010 >> %78 = icmp eq i16 %77, 0, !dbg !20095 >> br i...
2016 Jul 20
2
load instruction erroneously removed by GVN v2
...in scalar.ph: <initialize [80 x i16] %dest> ... preheader: %index=0 br test, loop1, bb2 loop1: ... write to %dest in increasing index // ptr-based while loop %ptr++; br test, loop1, bb2 bb2: %lcssa = phi [%ptr, loop1], [%ptr, preheader] store i16 0, i16* %lcssa !dbg !20094 !tbaa 20030 // write null byte at end %76 = getelementptr inbounds [80 x i16]* %dest, i64 0, i64 7, !dbg !20095 // load addr of null byte (7th index) %77 = load i16* %76, align 2, !dbg !20095, !tbaa !20010 %78 = icmp eq i16 %77, 0, !dbg !20095 br i1 %78, label %80, label %79, !dbg !20095 GVN calls pr...
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...rchitecture: i386, flags 0x00000011: > HAS_RELOC, HAS_SYMS > start address 0x00000000 > @@ -23,7 +23,7 @@ > 00000000 l d .bss 00000000 > 00000010 l O .bss 00000004 alias_sets > 000003c7 l O .rodata 0000003a .str > -000005fb l O .rodata 00000014 __FUNCTION__.20030 > +000005fb l O .rodata 00000014 __FUNCTION__.19945 > 00000000 l d .rodata 00000000 > 000003f0 l F .text 0000005e gt_ggc_ma_reg_known_value > 00000014 l O .bss 00000004 reg_known_value > @@ -37,7 +37,7 @@ > 00004e00 l F .text 00000090 gt_pch_pa_alias_invari...
2003 Jan 24
3
OT: don't send html email - RE: Musicmatch
...AM</DIV> <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [vorbis] Musicmatch</DIV> <DIV><BR></DIV> <DIV><FONT face=Arial size=2>Did you try this @ Ogg Traffic <A href="http://www.vorbis.com/ot/20030119.html">http://www.vorbis.com/ot/20030 119.html</A> , the <FONT face="Times New Roman">2.1. Playing Ogg Vorbis with Windows Media Player...</FONT></FONT></DIV> <DIV><FONT size=2></FONT> </DIV> <DIV...
2011 Aug 08
0
How to disable the self-heal?
...IO are used in the self-heal. I'd like to disable the self-heal to solve this problem. Tell me how to do . Thanks ---------------------------------------------------------------------------- ------------ Add: Rm.2503, CITY Gateway, No. 398 Caoxi Road North. Shanghai, China 20030 Mobile: +86-136-0195-0405 <Tel:+82-21-24193010> Tel:+86-21-33688277 Fax: +86-21-33688012 Email: <mailto:cao at netopcomputing.com> lihang at netopcomputing.com Http: <http://www.netopcomputing.com/> www.netopcomputing.com -------------------------------------------------...
2001 Dec 05
1
"Encore is not installed properly..."
...yboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. err:win:WIN_FindWndPtr window 30033 belongs to other process err:win:WIN_FindWndPtr window 20035 belongs to other process err:win:WIN_FindWndPtr window 20030 belongs to other process err:win:WIN_FindWndPtr window 50027 belongs to other process err:win:WIN_FindWndPtr window 5002b belongs to other process err:win:WIN_FindWndPtr window 50073 belongs to other process err:win:WIN_FindWndPtr window 60022 belongs to other process err:win:WIN_FindWndPtr window...
2006 Jul 05
1
File attribute problem 3.0.23
...nnection reset by peer [2006/07/05 09:32:36, 0] lib/util_sock.c:send_smb(769) Error writing 4 bytes to client. -1. (Connection reset by peer) [2006/07/05 09:32:36, 1] smbd/service.c:make_connection_snum(941) dev4 (192.168.1.4) connect to service Dev initially as user xxx (uid=100, gid=100) (pid 20030)
2006 Mar 01
4
STI, subclasses and callbacks
I have a STI class tree. I want to set some default values (calculated values so I can''t set it in the database as defaults) on every created instance regardless of what subclass is actually instantiated. So I figured adding a after_create callback in the top class in the hierarchy should do the trick. It seems it doesn''t get called :( Code: class SuperClass <
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
The saga continues. I've been tracking the interface changes and merging them with the refactoring work I'm doing. I got as far as building stage3 of llvm-gcc but the object files from stage2 and stage3 differ: warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs (Are the above two ok?) The list below is clearly bad. I think it's every object file in the
2006 Nov 14
4
Samba 3.0.14 (Debian Sarge) Memory Leakage
Hi! Our Samba file server seems to have a memory leakage. We are using samba as file server out of the box (debian sarge) on kernel 2.6.16.31. After a while users who have some shares and files open are acquiring more and more memory until the smbd dies. Here is a small shortcut from top: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 13843 gxxxxx 16 0 51792 44m 2552 S
2003 Jan 28
2
Workstation Trust Accounts
...passwords" and for this I found no possibility to execute a script if this happens. Does anyone of you know how I can handle this problem? And I don't want to update to samba 3.0 with ldap (as in: [1]). [1] http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&threadm=20030 116115009%24613a%40gated-at.bofh.it&rnum=2&prev=/groups%3Fhl%3Dde%26lr%3 D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3Dsmbpasswd%2Bworkstation%2Btrust%2Bacco unt Cheers Nicki -- Linksystem Muenchen GmbH info@link-m.de Schloerstrasse 10 http://www.li...
2016 Jun 21
2
[LLD] thunk implementation correctness depends on order of input section.
...2000c: 00 00 00 00 nop fnpic: 20010: 00 00 00 00 nop 20014: 00 00 00 00 nop 20018: 00 00 00 00 nop 2001c: 00 00 00 00 nop foo1a: 20020: 00 00 00 00 nop foo1b: 20024: 00 00 00 00 nop 20028: 3c 19 00 02 lui $25, 2 2002c: 08 00 80 08 j 131104 <foo1a> foo2: 20030: 00 00 00 00 nop 20034: 3c 19 00 02 lui $25, 2 20038: 08 00 80 0c j 131120 <foo2> 2003c: 27 39 00 30 addiu $25, $25, 48 __start: 20040: 0c 00 80 0a jal 131112 <foo1b+0x4> 20044: 00 00 00 00 nop 20048: 0c 00 80 0d jal 131124 <foo2+0x4> 2004c: 00 00 00 0...
2004 Dec 28
4
error: (XEN) Not enough memory for DOM0 memory reservation.
Dear list, I''m trying to get Xen working on a P3-600E with 320 MB RAM. (256+64) It has suse linux 9.1 installed on it, and I tried to get xen running with both the binary download from the xen pages and the suse xen packages mentioned on this list some days ago. Both ''install packages/kernels'' lead to the same error: (XEN) Not enough memory for DOM0 memory
2011 Oct 10
0
Wine release 1.3.30
...s" doesn't work (dogfood) 19755 Open Watcom 1.8's binw/wcc.exe complains "Not enough memory on exec" 19975 runasdate: child processes do not receive (adjusted) time 19976 runasdate: running without /immediate causes a crash 20009 Scrabble Online failed assertion 20030 game, Taikodom doesn't run 20364 The Dig (from STEAM) doesn't run on Arch Linux x86_64 20462 Unable to uninstall Caesar IV 20565 Emu42: change in StretchBlt causes black display background 20600 City of Heroes crashes when disabling 3D sound in preferences 20688 FIFA 2010: S...
2016 May 10
2
Ubuntu server 14.04 classic upgrade segmentation fault
...with key=[IDMAP/SID2XID/S-1-5-21-56882046-558956869-3161115699-41103] and timeout=[Mon May 16 23:33:57 2016 ART] (604800 seconds ahead) Adding cache entry with key=[IDMAP/GID2SID/20051] and timeout=[Mon May 16 23:33:57 2016 ART] (604800 seconds ahead) init_group_from_ldap: Entry found for group: 20030 string_to_sid: SID -41061 is not in a valid format SID string [-41061] could not be read as a valid SID smbldap_search_ext: base => [dc=gruporesasco,dc=local], filter => [(&(objectClass=posixGroup)(objectClass=sambaGroupMapping)(sambaSID=S-1-5-21-56882046-558956869-3161115699-512))], sc...
2010 May 15
1
barplot: invalid 'xlim' value
....854~80-2~2 20024~Well_80-2~6/30/2000 16:00~-159.870~80-2~2 20025~Well_80-2~6/30/2000 17:00~-159.870~80-2~2 20026~Well_80-2~6/30/2000 18:00~-159.870~80-2~2 20027~Well_80-2~6/30/2000 19:00~-160.632~80-2~2 20028~Well_80-2~6/30/2000 20:00~-160.632~80-2~2 20029~Well_80-2~6/30/2000 21:00~-160.632~80-2~2 20030~Well_80-2~6/30/2000 22:00~-161.648~80-2~2 20031~Well_80-2~6/30/2000 23:00~-161.648~80-2~2 20032~Well_80-2~7/1/2000 0:00~-162.410~80-2~2 20033~Well_80-2~7/1/2000 1:00~-162.410~80-2~2 20034~Well_80-2~7/1/2000 2:00~-162.410~80-2~2 20035~Well_80-2~7/1/2000 3:00~-162.410~80-2~2 20036~Well_80-2~7/1/2000...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...223528 pass1.ll 1 21929 0 0.01 21902 0 0.01 21902 pass2.ll 1 24560 0 0.01 24533 0 0.01 24533 pat.ll 90 562306 42 0.04 593315 15 0.04 573788 patricia.ll 5 56037 0 0.01 56003 0 0.01 56003 patricia_test.ll 1 18675 0 0.01 18641 0 0.01 18641 pattern.ll 2 8589 0 0.01 8573 0 0.01 8573 Pbkdf2HmacSha1.ll 2 20030 0 0.01 19998 0 0.01 19998 pbmsrch.ll 4 199017 0 0.02 198980 0 0.02 198980 pc1cod.ll 4 30661 0 0.01 30635 0 0.01 30635 pcfrac.ll 17 134568 0 0.02 134541 0 0.02 134541 pcg.ll 17 72576 0 0.01 72547 * * * pcg_struct.ll 16 19663 0 0.01 19634 0 0.01 19634 pcmp.ll 2 17108 0 0.01 17081 0 0.01 17081 pcompre...