search for: ehud

Displaying 20 results from an estimated 26 matches for "ehud".

Did you mean: ehu
2019 Nov 21
4
How to trigger builds in Phabricator?
...tests on my machine? Regardless, I have seen in many reviews (in Phabricator) that *Builds *are triggered for them, in particular: "*arc lint + arc unit*" and "*pre-merge checks*" (which sounds like what I am searching for). What is their use and how do I trigger them? Thanks, Ehud. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191121/d571b2b9/attachment.html>
2007 May 08
5
mongrel_cluster 1.0.1.1 does not create /var/run/mongrel_cluster
...e dir to what it used to be (the log dir of my app) it does not clean it up and still give the old message that a PID already exists - i''m not sure if that''s because it''s not in /var/run as I have seen different comments on this. Any help would be appreciated... Thanks! Ehud. PS - I have also tried running mongrel_rails cluster::configure -C / etc/mongrel_rails/config.yml again but all it did was overwrite my file... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070509/472910b...
2020 Apr 27
3
Backward compatibility of LLVM IR - ll/bc files
...per <craig.topper at gmail.com> wrote: > I thought the binary bitcode reader was backwards compatible already. > That's what is documented here > https://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility > > ~Craig > > > On Sun, Apr 26, 2020 at 9:29 PM Ehud Katz via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Quite often I get to work on an old bug, where an old ll/bc file is >> attached as a testcase. These files, in most cases (if not all), need to be >> converted somehow to the latest format, for the trunk ver...
2020 Apr 28
2
Backward compatibility of LLVM IR - ll/bc files
...ing/updating them into looking at more recent bugs. But certainly "dealer's choice" - if looking at older bugs takes someone's fancy especially, that's cool :) - Dave > --paulr > > > > *From:* llvm-dev <llvm-dev-bounces at lists.llvm.org> *On Behalf Of *Ehud > Katz via llvm-dev > *Sent:* Monday, April 27, 2020 3:52 AM > *To:* Craig Topper <craig.topper at gmail.com> > *Cc:* llvm-dev <llvm-dev at lists.llvm.org> > *Subject:* Re: [llvm-dev] Backward compatibility of LLVM IR - ll/bc files > > > > I admit I didn't...
2020 Apr 27
2
Backward compatibility of LLVM IR - ll/bc files
...uld, of course.) 3. What about automatically let the ll and bc Readers do the conversion (internally)? 4. What about versions? Is there an RFC (probably old) for ll/bc file versioning? (I know there is an optional record for version in the bc file format, but it is not really utilized.) Cheers, Ehud. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200427/cb4a74d3/attachment.html>
2019 Dec 26
2
RFC: Refactor SubclassData
...erything about the derived classes, which is not ideal. But, you > could imagine a version of this that uses aligned char storage so that > subclasses could reinterpret_cast the subclass data memory and use it for > their version of subclass data. > > On Mon, Dec 23, 2019 at 11:16 PM Ehud Katz via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hello devs, >> >> Recently I've been working on a bug that can probably be fixed with the >> addition of a simple flag to a class descendant of `llvm::Value`. >> Without increasing the size o...
2019 Dec 24
2
RFC: Refactor SubclassData
...exceeds the 14 bits in A::SubclassData END_SUBCLASS_DATA() }; struct C : B { BEGIN_SUBCLASS_DATA() ADD_SUBCLASS_BITFIELD(bool, 1, C1) // A::SubclassData bits [12,13) END_SUBCLASS_DATA() }; I would appreciate your thoughts on the matter, before I submit a patch for review. Cheers, Ehud. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191224/fa3bcd07/attachment.html>
2007 Feb 18
3
Modifying traffic shaping rates according to the amount of active users
...ever, I have many users on my system (tens of thousands) and if only 1% of my active users are using HTTP (and the other 99% SMTP), I''d like somehow to change the HTTP rate to a lower limit. Is there any way to do it automatically, assuming that each user has a different IP? Thanks, -- Ehud Shabtai http://www.freemap.co.il/map/ _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2009 Apr 21
2
Question on binomial data
...family=binomial) summary(l) Which turned out to be non significant. Then, we thought of comparing the parameters of the two groups (passed vs. failed) t.test(w[which(p)],w[which(!p)],alternative="two.sided") which turned highly significant. I'd appreciate some insight... Thanks, Ehud.
2019 Dec 27
2
RFC: Refactor SubclassData
Ehud, can you elaborate on which classes you're trying to change. I know some of the classes already use methods like getSubclassDataFromInstruction() to hide bits from the subclasses. They could probably shift the data too. ~Craig On Fri, Dec 27, 2019 at 9:35 AM Bruno Ricci via llvm-dev < llv...
2004 Jun 25
2
Can one send CLID NAME over PRI?
...e names we send out are not showing up. Is this a feature in PRI? Do we need to set PRI_NET instead of PRI_CPE? Is this just not possible? Is this a telco config issue? Thanks for your help... I've read voip-info, and various other sources, and search engines, and google... with no success. Ehud [channels] language=en context=dids switchtype=national signalling=pri_cpe rxwink=300 usecallerid=yes hidecallerid=no callwaiting=no restrictcid=no usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes ;;echocancel=yes echocancel=64 echotra...
2020 Apr 14
2
[RFC] Removing Waymarking from Use.
...removing it. > is everyone OK to proceed with the removal ? > > Gauthier > ------------------------------ > *From:* Chris Lattner <clattner at nondot.org> > *Sent:* Saturday, April 4, 2020 7:40 PM > *To:* Johannes Doerfert <johannesdoerfert at gmail.com> > *Cc:* Ehud Katz <ehudkatz at gmail.com>; llvm-dev at lists.llvm.org < > llvm-dev at lists.llvm.org>; Tyker1 at outlook.com <Tyker1 at outlook.com> > *Subject:* Re: [llvm-dev] [RFC] Removing Waymarking from Use. > > > > On Apr 3, 2020, at 11:06 AM, Johannes Doerfert <joha...
2019 Dec 30
2
RFC: Refactor SubclassData
Hi, Do you have some code we can look at (even if it is in a nasty unpolished state, just mark it WIP and put it on Phab) ? It is hard to evaluate an alternative without the code. That said I think that the table is a little bit one-sided. I have added some inline comments. On 30/12/2019 11:53, Ehud Katz wrote: > The solution in Clang is still very complicated and error prone. A lot of synchronization work (between different classes - at least in the same hierarchy) needs to be done manually. > > I'll summarize the capabilities of the 3 approaches in the following (kinda) table,...
2020 Apr 04
2
[RFC] Removing Waymarking from Use.
> On Apr 3, 2020, at 11:06 AM, Johannes Doerfert <johannesdoerfert at gmail.com> wrote: > >> >> >> Is it worth it? I think it is. But I am not sure I see the whole picture - >> are there low-memory systems that need to run LLVM on? >> >> I am not sure what needs to be done to approve such a fundamental change; >> especially when we
2020 Jan 19
3
Instruction arguments
Hello, I am loop over the arguments of a call instruction : ----> for (Value *arg: c->args()){ errs() << *arg << "\n"; arg->print(llvm::errs(), false); errs()<<"\n"; } -----> How can I convert the arg for binary comparison(== etc.)? If I am correct, it is not a string. If the argument is "i32 1",
2010 Jan 11
0
Non-inferiority log-rank test
...rrors, as cpower() assumes no treatment difference as the null hypothesis. Now, I would like to introduce event rate difference under the null-hypothesis, and calculate sample size accordingly. Any ideas? (similar functionality exists in nBinomial function of gsDesign for binomial tests) Thanks, Ehud
2009 Apr 23
0
Creating a model.matrix with a logical data matrix
...numeric_mat<-matrix(c(1,2,3,4),c(2,2)) model.matrix(~numeric_mat) and it works well. When I use logical matrix: logic_mat<-matrix(c(TRUE,FALSE,FALSE,TRUE),c(2,2)) #The following works: model.matrix(~logic_mat[,1]+logic_mat[,2]) #but this fails: model.matrix(~logic_mat) Any hint? Thanks, Ehud
2004 Aug 02
2
Cisco PRI no CallerID
...e think it's the cisco, not the PRI/PSTN/telco. CISCO PRI--> * PRI [zaptel] Callerid IS there... which makes me shake my head in disbelief, because * can see clid from the cisco pri, but pstn doesn't... but when * sends info on that pri, pstn does see clid. help? Thanks in advance Ehud gavron@wetwork.net
2004 Aug 02
0
Help with Cisco PRI
...port 209.104.2.51:0 Peer RTP is at port 209.104.2.51:0 Peer RTP is at port 209.104.2.51:0 [and so on] SIP SHOW PEER properly displays context=dids ... but yet... that's not the context that gets assigned to it. No context if [general] has none, context from general when it has one. Help? Ehud gavron@wetwork.net
2007 Nov 14
0
Hpricot & mechanize fail to parse page after redirect1q
...last" from C:/Web/ruby/lib/ruby/gems/1.8/gems/mechanize-0.6.10/lib/mechanize.rb:402:in `to_absolute_uri'' I have tested this on 2 different machines, and they both break down. Can someone please give it a go and see if they can figure it out? I would be very very thankful :) Thanks, Ehud PS - I am using hpricot 0.6, and the redirected page is parsed correctly when accessed directly. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mechanize-users/attachments/20071114/5b9cf69f/attachment.html