search for: rountrip

Displaying 5 results from an estimated 5 matches for "rountrip".

Did you mean: roundtrip
2016 Sep 27
2
Experiments with a replacement for the bitcode format
...appropriately every field. The structure of the serialization is described using a DSL, and the serialization/deserialization code is generated from this description. My prototype is a naive description of the IR, but complete enough to handle all the .ll files present in the LLVM validation, and rountrip a 800MB file from the LTO link of Clang itself. The results is that the extra flexibility given by the random access is helping beyond the lazy loading: for instance loading metadata is an issue because of forward reference usually, while the random access allows to “recurse” on the operand when l...
2016 Sep 28
2
Experiments with a replacement for the bitcode format
...ropriately every field. The structure of the serialization is described using a DSL, and the serialization/deserialization code is generated from this description. > My prototype is a naive description of the IR, but complete enough to handle all the .ll files present in the LLVM validation, and rountrip a 800MB file from the LTO link of Clang itself. > > The results is that the extra flexibility given by the random access is helping beyond the lazy loading: for instance loading metadata is an issue because of forward reference usually, while the random access allows to “recurse” on the oper...
2010 Jun 02
1
Persuing the gtalk issue - not only jack-related
Hello everyone! So I hacked app_jack.c today, as best I could. Whic came mostly down to inserting ast_log() messages. I discovered the following with JACK: When it starts, it tries to read 512 bytes and only gets 0. That clears up after a while. Sometimes a good time later than the reading comes the writing. And there the real strangeness might begin. Because usually the framebuffer
2014 Nov 14
2
[Bug 2314] New: ls -l a_symlink does not list the link permissions
...39;t override lstat in glob2 for GLOB_MARK processing In 1.139 of sftp.c, which was released in 5.7p1: - djm at cvs.openbsd.org 2010/09/25 09:30:16 [sftp.c configure.ac openbsd-compat/glob.c openbsd-compat/glob.h] make use of new glob(3) GLOB_KEEPSTAT extension to save extra server rountrips to fetch per-file stat(2) information. NB. update openbsd-compat/ glob(3) implementation from OpenBSD libc to match. This changed the behavior of a symlink listing: $ sftp -D /usr/lib/openssh/sftp-server Attached to /usr/lib/openssh/sftp-server. sftp> !ln -s /etc/profile /tmp/lprof...
2008 Jul 21
2
sftp needs a long time for sending a filelist
Hello all Im using sftp 1:4.7p1-8ubuntu1.2 in a batchjob Ive noticed that sftp needs a long time for sending a filelist. The timespan increases exponential if many files are on the remoteserver. for example "ls -la *.txt" needs 10 seconds for 2000 files but needs 50 seconds for 4000 files. For 150.000 Files i have to wait 15 minutes for example but the