search for: bahviour

Displaying 6 results from an estimated 6 matches for "bahviour".

2007 Mar 19
1
Some strange window bahviour with Papyrus in wine
Hello (I hope this is the correct group for this post - if not I am sure you will tell me where to go :-)) ) I use wine 0.9.23-12.1 in Suse 10.1 on my laptop to run Papyrus (a word processor originally written for the Atari platform and now available for Windows). I have been very pleased with recent versions of wine as it seems now to be working almost perfectly for Papyrus :-) However, I
2017 Jun 27
2
Ok with mismatch between dead-markings in BUNDLE and bundled instructions?
...%rax<dead>, %eax = ... could mean the instruction writes the full rax register but we are only gonna read eax later. That said I am not sure whether we actually need it, and if llvm works that way today. Given how subtle all of this is there is also a high danger that we won't get the bahviour consistent. - Matthias
2017 Jun 28
3
Ok with mismatch between dead-markings in BUNDLE and bundled instructions?
...sounds fine. Though I am not suggesting we want to move to this > dead model for such situation. > > > That said I am not sure whether we actually need it, and if llvm works that > way today. Given how subtle all of this is there is also a high danger that we > won't get the bahviour consistent. > > I agree that consistent behavior is important and I also think we probably > cannot model what we want with the current representation. What I would > like to see if that we don’t sit on potentially useful information, like this part > of the register is dead, becaus...
2017 Jun 29
2
Ok with mismatch between dead-markings in BUNDLE and bundled instructions?
...g we want to move to this >>> dead model for such situation. >>> >>>> That said I am not sure whether we actually need it, and if llvm works that >>> way today. Given how subtle all of this is there is also a high danger that we >>> won't get the bahviour consistent. >>> >>> I agree that consistent behavior is important and I also think we probably >>> cannot model what we want with the current representation. What I would >>> like to see if that we don’t sit on potentially useful information, like this part >...
2004 May 11
0
net ads join hangs
...ot read password" I know my Samba install is not fundamentally flawed because I can get the same machine to join our test AD domain. Also this did previously work with the same version of Samba (3.0.2a) on our production domain, I have also tried Samba 3.0.3 and 3.0.4 and all exhibit the same bahviour. I've included the debug output from the net join command and also a snoop of the traffic between the samba server and the first listed password server in smb.conf. Any help very much appreciated, thanks Andy. <<netjoin.tar.gz>> PS you will see from the netjoin.log output that...
2017 Jun 27
5
Ok with mismatch between dead-markings in BUNDLE and bundled instructions?
> On Jun 27, 2017, at 2:10 PM, Matthias Braun <mbraun at apple.com> wrote: > >> >> On Jun 27, 2017, at 4:55 AM, Mikael Holmén via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi Quentin and llvm-dev, >> >> I've got a regalloc-related question that you might have an opinion or answer about. >> >> In our out-of-tree