search for: roundtrip

Displaying 20 results from an estimated 119 matches for "roundtrip".

2014 Dec 01
2
[LLVMdev] [lld] filename in the atom model.
...ces if other flavors dont need the filename (only in DEBUG mode, clumsy but would work). PS : Moving this discussion to llvmdev. Shankar Easwaran On 12/1/2014 2:34 PM, Rui Ueyama wrote: > That sounds like we really need a new property of Atom. > > 1. If we run LLD in Release build, the roundtrip passes don't run, so > everything works fine. > 2. If we run LLD in Debug build (and from the unit tests), the information > is dropped during the round-trip conversion, and it fails. > 3. RoundTrip tests should't drop any information. > > 2 and 3 conflicts. > > I sh...
2012 Jul 28
0
[LLVMdev] Roundtrip clang -> llc -> clang fails
On Fri, Jul 27, 2012 at 3:36 PM, Kai <kai at redstar.de> wrote: > Hi! > > I am not sure if this is a bug or not. > > I have the following non-sense C module exc_alloc.c: > > #include <windows.h> > > void *AllocMem() { > HANDLE heap = GetProcessHeap(); > void *p = HeapAlloc(heap, HEAP_GENERATE_EXCEPTIONS | > HEAP_ZERO_MEMORY,
2014 Aug 12
3
doveadm pw with SHA512-CRYPT won't roundtrip
Hi, Not sure if this is a PBKAC or not:- root at ds3:/usr/share/postfixadmin# doveadm pw -s SHA512-CRYPT -p password {SHA512-CRYPT}$6$aUgGXP0UshkMj7hY$9JV4yMRsjIe/98CzmglYrMjf.9NJ.FXzxcLE9B0v3doCRUWo2wRncc6hg6VCs0DCUHQbeC/bRDZdGCge/nB/h/ root at ds3:/usr/share/postfixadmin# doveadm pw -t
2012 Jul 27
3
[LLVMdev] Roundtrip clang -> llc -> clang fails
Hi! I am not sure if this is a bug or not. I have the following non-sense C module exc_alloc.c: #include <windows.h> void *AllocMem() { HANDLE heap = GetProcessHeap(); void *p = HeapAlloc(heap, HEAP_GENERATE_EXCEPTIONS | HEAP_ZERO_MEMORY, 16*1024*1014*1024); return p; } If I execute the following commands clang -S -emit-llvm -o exc_alloc.ll exc_alloc.c llc -filetype=asm
2015 May 15
3
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
...able to express things that SPIRV cannot. Any new IR feature we add to LLVM may not be expressable in SPIRV. EH landingpads, for example, are probably not supported by SPIRV and must be stripped or rejected. So, the process of writing SPIRV will strip, lower, or reject some LLVM IR bits. However, roundtripping IR through SPIRV should probably be idempotent. The first translation will change the program, but repeating the roundtrip should produce the same IR and SPIRV from then on. If that's achievable, then I agree, this is definitely a serialization format and not something lower-level (x86) or...
2006 Aug 18
3
RJS templates for DOM manipulation
...dth/height attributes. Is it possible to do this using RJS or should I write javascript by hand? All the examples of RJS I''ve seen write the javascript in the result of an AJAX remote call. Where are the docs for RJS? All I''ve seen are blog posts. I don''t want to do any roundtrips to the server, but just have some links that trigger functions. I''ve seen link_to_function so all I''m missing is a way to write the javascript functions themselves in RJS. Does it have functions so set/get stuff from the DOM? Should it be used like this at all? Thanks, Pedro.
2013 Jul 18
0
[LLVMdev] Some experiences using LLVM C Backend
...ramming for legacy MCUs (8051, PIC1x, etc.). Recently, I tried to use C Backend as means to achieve this. As C Backend was removed in recent LLVM versions, I started with LLVM 3.0 which was last version to include it. For starters, I played with MSP430 target, which is supported by LLVM, so allows roundtrip experiments (comparing results of C++ -> MSP430 assembly vs C++ -> C -> MSP430 assembly compilation). One of the first things I saw with C Backend output was main() being declared as "unsigned" which then caused error when fed to Clang (main() should be int). Next issue was handl...
2012 Jun 04
1
Performance translators - a overview.
Hi, The purpose of performance translators is to decrease system call latency of applications and increase responsiveness of glusterfs. The standard approach used within glusterfs to decrease system call latency is making sure we avoid network roundtrip time as part of the fop processing. And based on what fop we are dealing with, we have different translators like read-ahead, io-cache, write-behind, quick-read, md-cache. - Though read-ahead and io-cache both serve read calls, the difference lies in that read-ahead can even serve first read...
2006 Nov 04
6
Javascript form validation for In place editting in scriptaculous ?
Is there a way by which I can do form validation for form generated by In Place Editting of scritaculous? The reason is, I want to avoid server roundtrip for checks which I can perform at browser. Regards, Jatinder -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060828/ca882668/attachment-0001.html
2016 Jan 15
2
[Patch] TCP MD5SIG for OpenSSH
...> to be off by default anyway. The reason for this is that it might not > detect middleboxen (e.g. firewalls) that effectively proxy the TCP > session or strip the packets. A couple of dummy ECHO/ECHO REPLY TCP > options are used in order to detect such stripping. Don't these extra roundtrips further increase the latency of ssh connection setup (e.g. imagine a high-bandwidth&&high-latency satelite link) ? ssh is already a *PAIN* in that area, killing it's usefullness for applications like "Distributed make" because the time to setup the connection can be much long...
2006 Nov 15
3
Regular audio fade-out fade-in on IAX2 calls Asterisk 1.2.4 Hi all, One of my users has a problem with many of his calls via my Asteriskā„¢ server. He describes the problem as having the sound slowly fade out and then fade back at a regular frequency. Has
...before? Can you suggest a potential cause? The client is an IAX2 soft phone running on Windows XP. Asterisk version is 1.2.4. Codec is G.711-ulaw. The user is connecting from long distance away (from client phone in New Zealand to Asterisk? server in Australia). We've confirmed that roundtrip times are fairly consistent and that the user's PC is in good working order. Would appreciate any advice. Thanks. -- Lucas
2006 Dec 13
3
Testing has_many :through
I''m working with a has_many :through association, where a Member has_many Projects through ProjectViewers. The problem I''m running into is that Rails doesn''t load the association so line (3) fails until I explicitly access a member of the collection (in this case, I iterated it). Is there a better way? Thanks, Steve 1. assigns[:member].should_not_be_nil 2.
2020 Apr 16
2
Various Intermediate Representations. IR
On Wed, 15 Apr 2020 at 17:28, David Blaikie <dblaikie at gmail.com> wrote: > > opaque pointers don't exist in the IR yet - the goal is to reduce the places that use non-opacity of pointer types already/today and then opacify the existing pointer type, rather than introducing an opaque pointer type & having it concurrently with non-opaque pointer types. (though in retrospect
2003 Jul 23
2
h323 gateway call lost after 74sec always
...nnects with no problem. At exactly 74 secs (timer on the phone) the call drops, and Asterisks displays this message: -- H323:29764 answered SIP/6000-9794 15:20.606 H225 Caller:80eea08 H225 Received connect PDU. ******************************** **** CONTROL PROTOCOL ERROR **** * Roundtrip Delay * ******************************** -- Hungup 'H323:29764' == Spawn extension (default, 5500, 1) exited non-zero on 'SIP/6000-9794' Any ideas? Thanks. Steve.
2006 Aug 01
3
Radio buttons and AJAX
Hi, Here is what I would like: 2 radio buttons: "yes" and "no" There will be 2 containers: <div id="yes" style="display: none;">Yes stuff</div> <div id="no" style="display: none;">No stuff</div> What I want is whenever the "yes" radio button is selected, on the "yes" div should be made
2017 Sep 14
5
Confusing lstat() performance
...ume with a dir with ~1 million small files in them, say mounted at /mnt/dir with FUSE, and I'm observing something weird: When I list and stat them all using rsync, then the lstat() calls that rsync does are incredibly fast (23 microseconds per call on average, definitely faster than a network roundtrip between my 3-machine bricks connected via Ethernet). But when I try to back them up with the `bup` tool (https://github.com/bup/bup), which (at least according to strace) does the same syscalls as rsync to stat all files, it takes 1700 microseconds per lstat() call, and the total time to go over al...
2019 Jun 04
1
[PATCH v3 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
...m with the these. As far as I > understand, this is another of those matter of taste things. But it ain't > a big deal. Two things: - The call path goes from the vcdev to the vdev, then back to the vcdev and then to the cdev. Going from the vcdev to the cdev directly eliminates the roundtrip via the vdev, which I think does not add anything. - I prefer variable = function_returning_a_pointer(...); over function_setting_a_variable(..., variable); The latter obscures the fact that we change the value of the variable, unless named very obviously. > > I will change this f...
2014 Nov 19
2
[LLVMdev] [lld] need a way to store the original path for atoms
Hi Nick, I need the original path of the files, from where the atoms were parsed. The path for the atoms are completely useless after the round trip pass. This is needed to support linker scripts with the Gnu flavor. I think there are more uses too like diagnostics (relocation overflows etc) I was planning to add a patch so that the native writer, stores the original path for atoms Another
2017 Sep 15
0
Confusing lstat() performance
...llion small files in > them, say mounted at /mnt/dir with FUSE, and I'm observing something weird: > > When I list and stat them all using rsync, then the lstat() calls that > rsync does are incredibly fast (23 microseconds per call on average, > definitely faster than a network roundtrip between my 3-machine bricks > connected via Ethernet). > But when I try to back them up with the `bup` tool > (https://github.com/bup/bup), which (at least according to strace) does > the same syscalls as rsync to stat all files, it takes 1700 microseconds > per lstat() call, and the...
2016 Mar 16
3
RFC: A change in InstCombine canonical form
...nters to keep the performance while removing the crutch they're currently leaning on. (in cases where bitcasts are literally just getting in the way, those won't require cleaning up & should just become "free performance wins" once we remove them, though) At the moment we can roundtrip every LLVM IR test case through bitcode and textual IR (reading/writing both formats) while using only a narrow whitelist of places that request the type of a pointer (things like the verifier, the parser/printer where it actually needs the typed pointer to verify it matches the explicit type, etc)...