search for: stablized

Displaying 20 results from an estimated 35 matches for "stablized".

Did you mean: stabilized
2018 Jul 01
2
I've seen OrcJit is under overhaul, and also the MCJIT, so what's the plan?
I didn't seen any roadmap and plan about OrcJit & MCJIT. And would OrcJIT be stablize in version 7.0? Or latter version? Would MCJIT be removed in source tree, when? -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jun 17
2
repo.or.cz links are no longer valid.
On Wed, Jun 17, 2015 at 05:57:39AM +0300, Ady via Syslinux wrote: > > After taking over repo.or.cz/syslinux.git, the aforementioned > previously-valid links are no longer valid :(. Perhaps not only "tags" > are no longer valid. > > Also, the "tag" hyperlinks that were visible before are now no longer > there in repo.or.cz/syslinux.git. > > Note
2006 Oct 30
0
[LLVMdev] 1 Week before 1.9 Branch Creation
> It is now 1 week before I will create the 1.9 release branch. When will the front end stablize relative to this? It would help in tracking down failures if the front end was frozen a bit before everything else. Andrew
2006 Oct 30
4
[LLVMdev] 1 Week before 1.9 Branch Creation
LLVMers, It is now 1 week before I will create the 1.9 release branch. I'm asking that all platform maintainers and available llvm developers review the nightly tester results. Please XFAIL any dejagnu tests that are currently failing, fix any warnings, and review the results of the full llvm test suite. If a test failure is determined to be something that needs to be fixed before the
2007 Dec 29
1
[LLVMdev] llvm release criteria?
...ome regular interval? I assume no further merges could occur after the code freeze on Jan. 16th of course. Thanks in advance for any insights in the release mechanism of llvm and llvm-gcc. Jack ps I am mainly trying to puzzle out if llvm 2.2 releases are true releases or more like very well stablized snapshots (compared to the definition of a FSF gcc release). Also, is the Apple gcc 4.2 branch viewable for those outside of Apple?
2020 Sep 24
5
[PATCH v3 0/6] Add virtio-iommu built-in topology
On Thu, Sep 24, 2020 at 11:21:29AM +0200, Joerg Roedel wrote: > On Thu, Sep 24, 2020 at 05:00:35AM -0400, Michael S. Tsirkin wrote: > > OK so this looks good. Can you pls repost with the minor tweak > > suggested and all acks included, and I will queue this? > > My NACK still stands, as long as a few questions are open: > > 1) The format used here will be the same as
2020 Sep 24
5
[PATCH v3 0/6] Add virtio-iommu built-in topology
On Thu, Sep 24, 2020 at 11:21:29AM +0200, Joerg Roedel wrote: > On Thu, Sep 24, 2020 at 05:00:35AM -0400, Michael S. Tsirkin wrote: > > OK so this looks good. Can you pls repost with the minor tweak > > suggested and all acks included, and I will queue this? > > My NACK still stands, as long as a few questions are open: > > 1) The format used here will be the same as
2004 Aug 08
7
wxruby-swig progress report
Hey everybody, I''ve made some progress on wxruby-swig, and have some good news and some bad news. The good news is that the MSVC version finally can run all of the samples provided in CVS. I''m using the same solve-by-ignore solution to the GC problem that wxruby uses, so there is far less crashing goin'' on. Depending on the next few weeks, we might be able to
2004 Apr 26
7
TRW: getters and setters
Hi all, I mentioned this on the forum but wasn''t sure if anyone was paying attention. I was just wondering if it would be possible to replace the get_something/set_something style methods with the more Rubyish something/something= style (i.e. uniform access). For example, the Button class currently has button.get_label and button.set_label("foo"). It would give me warm,
2004 Dec 17
3
Still the big Icecast problem!
...e players, and the more vendors will ship support so their customers won't have to. > The problem is making Windows media Player to play it! > And this may not have any solution. There are plugins at http://www.illiminable.com/ogg/ you might give those a try. Hopefully once they're stablized we can finally get on the autodownload program and all this will go away. Although people tell me it doesn't actually work. -r
2008 Feb 22
6
2.6.23 client systems with any compatible server
I want to have a lustre client running on a system with 2.6.23.12 kernel. (The reason is that there is a special patch that is required for these 60+ Quad-Core AMD Opteron systems that we have and the patch is currently only available for this 2.6.23.12 kernel). Does anyone have a recommendation of how I should get a client and then a compatible server? For the server, we only need minimal
2020 Sep 24
0
[PATCH v3 0/6] Add virtio-iommu built-in topology
...selling points for MMIO in past discussions and I think it makes sense to keep them in sync. > We can always tweak the parser if there are slight differences > between ACPI and virtio formats. There is no guarantee that there only need to be "tweaks" until the ACPI table format is stablized. Regards, Joerg
2004 Aug 06
1
"Can't get client address" re-post
(Sorry for the re-post. I inadvertently sent it as a reply the first time.) This is my first post here. I can usually just lurk and figure stuff out, but this time I'm really stumped. I'm running Icecast version with IceS version as the source. I had finally gotten everything stablized, and the server was running smoothly. But the past couple of days the server has been acting really flakey. I've got a keepalive script which brings it back up, but the source and the server itself have crashed more in the last two days than in the last two months combined. I'm seeing...
2007 Apr 18
0
[Bridge] Help: bridging eth0 and wlan0?
...0.0 promiscuous ifconfig wlan0 0.0.0.0 promiscuous brctl addbr br0 brctl addif br0 eth0 brctl addif br0 wlan0 brctl sethello br0 1 brctl setmaxage br0 4 brctl setfd br0 4 ifconfig br0 up The eth0 is connected to a local network, and wlan0 is set to Ad-hoc mode with proper SSID. After the bridge is stablized, I use dhclient to assign an IP for br0. Then I use a laptop to connect to the bridge. I could ping the bridge (br0), however I could not access the local network through the bridge. I'm confused by this. It worked well with 2 ethernet ports. I wonder if there is any additional configurations n...
2007 Feb 11
1
Specing Rails Views
Hello - I''m currently trying to write some specs for my rails views. My views depend upon the restful authentication plugin method logged_in? Like so, <% if logged_in? %> <ul id="product-admin-nav"> <dd><%= link_to "create a new product", new_product_url %></dd> </ul> <% end %> However, when I have the following
2003 May 06
0
supply electric appliances
From:Mr Sander Yuan, G.Manager Chnze Electric Equipment Co.ltd. No.17-505 Lumingyuan Lucheng Industrial zone Wenzhou China 325007 Fax:86-577-88776860 Tel:86-577-88776861 or 88776862 E-mail:qunze@mail.wzptt.zj.cn chnze@mail.wzptt.zj.cn http://www.chnze.com; http://www.electricbase.com Dear Sir, We are pleased to introduce ourselves as leading manufacturers and exporters in
2007 Nov 10
1
winbind doc error?
Hi People: In the how to posted on .. http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/winbind.html The docs says several times to the option -B in the winbindd , but I can't find anything on the manpage about that switch and I can't notice any difference by using it. The docs are outdated? or my 3.0.24 dosen't have this feature? Tnxs in advance.
2008 Mar 13
0
Re: oggmerge patches
> Now that Kate is stablizing and vorbis-tools 1.2.0 is out there, you > may also want to resubmit your patch for it. As suggested, here is the patch, updated against 1.2.0. There is also some fallback code if libkate isn't there (like, 99.9% of the cases :)) to show some basic info (bitstream version, language, category). Cheers -------------- next part -------------- A non-text
2020 Sep 24
1
[PATCH v3 0/6] Add virtio-iommu built-in topology
...still need about 200 unique lines on each side. Thanks, Jean > > > We can always tweak the parser if there are slight differences > > between ACPI and virtio formats. > > There is no guarantee that there only need to be "tweaks" until the > ACPI table format is stablized. > > Regards, > > Joerg >
2004 Aug 06
1
winnt32 v1.3.7 and templatedir?!
I'm trying to use icecast on WinNT as test platform for web applications and while I can stream MP3's I cannot access admin interface online because for some weird reason icecast ignores templatedir settings in configuration file, reporting at startup: [06/Dec/2001:16:26:30] ERROR: Could not find a suitable directory for template files, something might be wrong! Setting debuglevel to 6