search for: source_location

Displaying 16 results from an estimated 16 matches for "source_location".

2010 Oct 25
2
[LLVMdev] Prevent instruction elimination
...same basic block, it will not pose any problems. Also, if both the beginning and the end of the barrier are part of the same block, it can be handled. I modify clang in order to insert dummy instructions in the location of the pragma (in the beginning and the end of the pragma scope). I use a map (source_location, pragma) and I insert the dummy instruction when this location is reached in the code generator. It seems difficult to attach the metadata to the first and the last instruction emitted for the compound statement, as the "code" inside the pragma region can be anything. Do you consider it...
2010 Oct 25
0
[LLVMdev] Prevent instruction elimination
...pose any problems. Also, > if both the beginning and the end of the barrier are part of the same block, > it can be handled. > > I modify clang in order to insert dummy instructions in the location of the > pragma (in the beginning and the end of the pragma scope). I use a map > (source_location, pragma) and I insert the dummy instruction when this > location is reached in the code generator. It seems difficult to attach the > metadata to the first and the last instruction emitted for the compound > statement, as the "code" inside the pragma region can be anything. >...
2010 Oct 26
2
[LLVMdev] Prevent instruction elimination
Hello, Devang Patel wrote: > > > On Oct 25, 2010, at 12:09 PM, Xinfinity wrote: > >> #pragma my_pragma{ >> code >> } > >> I use a map >> (source_location, pragma) and I insert the dummy instruction when this >> location is reached in the code generator. It seems difficult to attach >> the >> metadata to the first and the last instruction emitted for the compound >> statement, as the "code" inside the pragma region c...
2019 Feb 04
1
doveadm import with subfolder oddity
...age count gets incremented. Since we're using '.' as our separator, that was a bit unexpected :) Ironically, if I'm doing a IMAPc 'import', it works just fine with a query of 'all mailbox Sub.Sub1'. It's only when importing from a local src and local dest (i.e. source_location == mdbox:~/mdbox) that it fails. With source_location set to 'imapc:', it works. I imagine that's due to using straight IMAP on the source side. Likely a misconfig on my part? Expected behavior? I can see in the strace that the error is triggered when doveadm is looking at the source...
2010 Oct 25
0
[LLVMdev] Prevent instruction elimination
On Oct 25, 2010, at 9:45 AM, Xinfinity wrote: > Devang Patel wrote: >> >> >> Use of metadata will not prevent optimizer from removing an instruction. >> Actually, that is the corner stone of LLVM metadata design. >> >> I am curious, what information you want to carry and until what point ? >> - >> Devang >> >> > > I want
2015 Jul 27
2
doveadm import - strange warning
...on denied (euid=1001(copymail) egid=1001(copymail) missing +x perm: /root, dir owned by 0:0 mode=0700) >> doveadm(restore at backup.invalid): Error: chdir(/root) failed: Permission denied > Just guessing? The signature of the command is: doveadm [-Dv] import [-S socket_path] [-s] -u user source_location dest_parent search_query You supply "" as dest_parent which I guess could mean ".", and that may be "/root" when run as root. Try "INBOX" or "restore_folder" and see if the error vanishes. -------------- next part -------------- A non-text attachm...
2010 Oct 25
2
[LLVMdev] Prevent instruction elimination
Devang Patel wrote: > > > Use of metadata will not prevent optimizer from removing an instruction. > Actually, that is the corner stone of LLVM metadata design. > > I am curious, what information you want to carry and until what point ? > - > Devang > > I want to handle new pragma inserted in the C/C++ source code and to adapt clang to transform them in
2010 Oct 26
0
[LLVMdev] Prevent instruction elimination
...Oct 26, 2010, at 9:23 AM, Xinfinity wrote: > > Hello, > > > Devang Patel wrote: >> >> >> On Oct 25, 2010, at 12:09 PM, Xinfinity wrote: >> >>> #pragma my_pragma{ >>> code >>> } >> >>> I use a map >>> (source_location, pragma) and I insert the dummy instruction when this >>> location is reached in the code generator. It seems difficult to attach >>> the >>> metadata to the first and the last instruction emitted for the compound >>> statement, as the "code" inside the...
2019 Aug 15
2
2.3.7 + stats
Is there any additional documentation/information around the new stats module. Have added some metrics just to see what they produce ## ## Metrics ### metric imap { ??? event_name = imap_command_finished ??? #source_location = example.c:123 ??? #categories = ??? fields = name args running_usecs bytes_in bytes_out ??? #filter { ??? #??? field_key = wildcard ??? #} } metric sql { ??? event_name = sql_query_finished } metric auth { ??? event_name = auth_request_finished ??? fields = user transport error succe...
2020 Mar 13
0
Wine release 5.4
...FindInterface(). quartz/filesource: Check if the media type is acceptable. qedit/samplegrabber: Check the filter media type also in sample_grabber_sink_query_accept(). qedit/samplegrabber: Correctly implement sample_grabber_sink_get_media_type(). d3dcompiler: Return a struct source_location from set_location(). d3dcompiler: Pass a struct source_location to hlsl_report_message(). d3dcompiler: Pass a struct source_location to add_func_parameter(). d3dcompiler: Clarify error messages related to misplaced type modifiers. d3dcompiler: Pass a struct source_location t...
2015 Jul 27
0
doveadm import - strange warning
* Daniel Tr?der <troeder at univention.de>: > Just guessing? > > The signature of the command is: > doveadm [-Dv] import [-S socket_path] [-s] -u user source_location > dest_parent search_query > > You supply "" as dest_parent which I guess could mean ".", and that may > be "/root" when run as root. Try "INBOX" or "restore_folder" and see if > the error vanishes. With "INBOX", nothing c...
2019 Aug 16
0
2.3.7 + stats
...dovecot.org> a ?crit : > > Is there any additional documentation/information around the new stats module. > > Have added some metrics just to see what they produce > > ## > ## Metrics > ### > > metric imap { > event_name = imap_command_finished > #source_location = example.c:123 > > #categories = > > fields = name args running_usecs bytes_in bytes_out > > #filter { > # field_key = wildcard > #} > } > > metric sql { > event_name = sql_query_finished > } > > metric auth { > ev...
2010 Apr 02
3
copy source of ftp
how could i copy all content of a ftp directory from ftp via console to cent os 5.4 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100402/b2ba369a/attachment-0003.html>
2015 Jul 30
1
doveadm import - strange warning
Am 27.07.2015 um 11:41 schrieb Ralf Hildebrandt: > * Daniel Tr?der <troeder at univention.de>: > >> Just guessing? >> >> The signature of the command is: >> doveadm [-Dv] import [-S socket_path] [-s] -u user source_location >> dest_parent search_query >> >> You supply "" as dest_parent which I guess could mean ".", and that may >> be "/root" when run as root. Try "INBOX" or "restore_folder" and see if >> the error vanishes. > > With...
2015 Jul 16
4
doveadm import - strange warning
I'm using the doveadm import command to extract mails from my backup: % doveadm import -u restore at backup.invalid mdbox:/home/copymail/mdbox "" \ mailbox INBOX header Delivered-To backup+$SEARCHPATTERN at backup.invalid This works like a charm, I'm getting all the mails, and I can access the newly generated mailbox. But when executing the command I'm getting an
2012 Jul 17
0
Wine release 1.5.9
...eprocessor. d3dcompiler: Add a trace to the scope push/pop functions. d3dcompiler: Improve debug_hlsl_type function. d3dcompiler: Add hlsl_report_message function to standardize error messages. d3dcompiler: Track the location of each lexer token. d3dcompiler: Introduce source_location structure. d3dcompiler: Store (and begin to use) location information for variables. d3dcompiler: Use location information in add_modifier(). d3dcompiler: Store location information in constants, variable dereferences and constructors. d3dcompiler: Pass the complete location...