search for: preliminarily

Displaying 9 results from an estimated 9 matches for "preliminarily".

2020 Apr 02
2
Can I use guestfish to benchmark qemu performance?
...nce.1.html> This raises my interest. I am currently learning how to benchmark performance qemu. So here is my questions: 1. Can I use guestfish or any tools provided by libguestfs to benchmark qemu? How? (The command I use below is correct or what's the correct command to execute it?) The preliminarily run I use is "time guestfish --ro -a disk.img -i exit run -v -x" and its output on console wrt the time are real 0m3.713s user 0m1.968s sys 0m0.741s There many output with -v -x params enabled ... guestfsd: => internal_autosync (0x11a) took 0.05 secs libguestfs: trace: internal_auto...
2020 Sep 16
2
[cfe-dev] Phabricator -> GitHub PRs?
On Wed, 16 Sep 2020 at 09:37, Anton Korobeynikov via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Apparently reviewable.io requests full permissions to control the > repository and its settings. > I noticed that, too. I guess that if it wants to keep a full history of all force-rebases it may need to create sub-branches for the pull requests, as well as to approve pull
2007 Mar 07
2
[LLVMdev] predicated execution
...in the code generation process [1] (exposing larger basic blocks to the optimizers) or deferred until code generation is almost complete [2]. for the time being, i'm planning to go with the second approach and have a late optimization pass over the selected machine instructions that a] preliminarily schedules and bundles the selected instructions b] speculatively executes instructions in the predecessor block if there are unused resources c] converts blocks B into a appropriately predicated version (eliminating branches) if it's profitable for the particular architecture. this appro...
2007 Mar 08
0
[LLVMdev] predicated execution
...ou can do something like option 2 without a lot of horribleness. :-) LLVM does link time optimization at bytecode level. > > for the time being, i'm planning to go with the second approach and > have a late optimization pass over the selected machine instructions > that > a] preliminarily schedules and bundles the selected instructions > b] speculatively executes instructions in the predecessor block if > there are unused resources > c] converts blocks B into a appropriately predicated version > (eliminating branches) if it's profitable for the particular > archit...
2020 Apr 03
0
Re: Can I use guestfish to benchmark qemu performance?
...k qemu? How? (The command I use below is correct or what's the correct command to execute it?) Yes, see: https://github.com/libguestfs/libguestfs-analysis-tools and my various postings on performance in 2016: https://rwmj.wordpress.com/2016/03/ https://rwmj.wordpress.com/2016/05/ > The preliminarily run I use is "time guestfish --ro -a disk.img -i exit run -v -x" and its output on console wrt the time are > > real 0m3.713s > user 0m1.968s > sys 0m0.741s This is reasonable, considering that debugging is enabled. > There many output with -v -x params enabled > &gt...
2011 Dec 27
0
RQDA 0.2-2 has been released
...used for content analysis and similar analysis, the result of which can be exported to be analysed in quantitative or qualitative comparative analysis. The change in the new version includes: * easier to uncode a coding (major change in GUI behaviour) * rename of GetAttr to getAttr * support MySQL preliminarily * export attribute items in pop-up menu * new function of codingBySearch, for auto-coding * new function of exportCodedFile * enhancement related to encoding * various bugfixes More can be found in the changelog. As always, comments, suggestions and contributions are highly welcome. Best -- Win...
2011 Dec 27
0
RQDA 0.2-2 has been released
...used for content analysis and similar analysis, the result of which can be exported to be analysed in quantitative or qualitative comparative analysis. The change in the new version includes: * easier to uncode a coding (major change in GUI behaviour) * rename of GetAttr to getAttr * support MySQL preliminarily * export attribute items in pop-up menu * new function of codingBySearch, for auto-coding * new function of exportCodedFile * enhancement related to encoding * various bugfixes More can be found in the changelog. As always, comments, suggestions and contributions are highly welcome. Best -- Win...
2008 Jan 22
6
DO NOT REPLY [Bug 5220] New: PATCH SUBMITTED: New Feature: stdio model for client
https://bugzilla.samba.org/show_bug.cgi?id=5220 Summary: PATCH SUBMITTED: New Feature: stdio model for client Product: rsync Version: 3.0.0 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2019 May 14
4
Handling of the x18 register in Wine on AArch64
Hi, I'm sending this discussion to both wine-devel and llvm-dev, to try to keep the discussion open for both sides, to try to find a workable compromise. This was preliminarily discussed on llvm-dev already a few weeks ago. One of the major unresolved issues with Wine for AArch64 is how to handle the platform specific register x18. (https://bugs.winehq.org/show_bug.cgi?id=38780) As Windows on AArch64 is commercially available for over a year now, it'd be nice to...