search for: conflat

Displaying 20 results from an estimated 277 matches for "conflat".

Did you mean: conflate
2007 Dec 14
2
Conflating categories
Hi, I think this is a pretty basic question. I still couldn#t find the answer to it, though. I have some data loaded into R, which looks like this: > data() ... 38358 Advice Article 38359 Advice Article 38360 GeneralInfo List 38361 GeneralInfo Article 38362 Purchase Paragraphs 38363 Purchase List 38364 Purchase Paragraphs ... I now
2016 Jul 19
2
GitHub Hooks
...ey share the same bandwidth, and sometimes the same server. It is relevant. One thing making SVN slow was the amount of Debian packages being downloaded form the same place. > Like… proper hooks? If we can work around it, and it seems we can, this is not such a big issue. > You’re again conflating svn/git and hosting “binaries and videos”. I don’t think we ever planned to host these on github? No, but they all share bandwidth. We moved videos to Youtube to offload the bandwidth, and moving the code to GitHub shares the same mindset. > Possibly, I don’t know, but that’s exactly why I...
2016 Jul 19
2
GitHub Hooks
...Debian packages, etc. > >> I suspect most of the bandwidth does not come from `svn up` or `git > pull`. > > > > They share the same bandwidth, and sometimes the same server. It is > relevant. > > Well, “they share the same bandwidth” is exactly what I mean by > “conflating the issues”. > They don’t *have to* share the same bandwidth. Hosting repos could be > setup totally separated from hosting WWW. > You need to account things properly. > > > One thing making SVN slow was the amount of Debian packages being > > downloaded form the same pla...
2014 Jun 24
2
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
Hi Jonathan, This looks a bit odd. Any reason for the unknown->none conflating in this way? For most (all) of the ports unknown-elf works the same as none-elf. I'm also not sure if someone decided to have, arm-codesourcery-elf that this would still work with the patch. Thoughts? -eric On Tue, Jun 24, 2014 at 7:35 AM, Amara Emerson <amara.emerson at gmail.com>...
2014 Aug 14
3
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
...d.Chisnall at cl.cam.ac.uk> wrote: > So you don't want to send it to the standard output. The things that want to parse it expect a file in the filesystem. So if you want the verbose build to be sticking it in a well-known file then I don't have strong objections, but it seems to be conflating two things. We run lit in -q mode in Jenkins, because we don't want big console logs duplicating the information in the XML. I could be wrong, but I thought that buildbots already stored the standard output into a file for parsing, so Jenkins would possibly do the same? It seems not. Sinc...
2013 Jan 11
2
[LLVMdev] [lld] Linker script findings.
...nfigured) by WriterOptionsELF. The driver's job is to produce the right > WriteOptionsELF settings. For library based linking (no command line) > you just just code to instantiate an appropriate WriteOptionsELF. Interesting. As you have pointed out, currently the format and the os are conflated. Would it make sense to have Reader/Writer literally be concerned *only* with turning an atom graph into an output object file in a specific format? (each format may have format-specific atoms). Then the OS layer (+ architecture?) is implemented in a separate library that is a client of Reader/Wr...
2012 Mar 08
2
On R performance
...eriment with, so no one tries out new performance techniques on it. There are two main issues here: 1) The R Language Definition doesn't get enough love. I could point out plenty of specific problems, omissions, etc., but I think the high-level problem is that the Language Definition currently conflates three things: 1) the actual language definition, 2) the definition of what is more properly the standard library, and 3) the implementation. This conflation hides how simple the R/S language actually is and, by assuming that the current implementation is the only implementation, obscures performa...
2014 Jun 23
4
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
Hi Jonathan, The main issue with your patch is that it can change user expected behaviour, and I can't tell you what is the expected behaviour in Darwin or BSD. If people usually use "unknown" in triples, this will break their builds. If not, this could break the build of someone who does. My advice is to create a "default" mechanism for the affected targets, something
2007 Jul 04
3
Stemming problem
Does anyone know if xapian stemming support suffix -er? I tried -s and -ing both work, but not -er. _________________________________________________________________ ?????????????? MSN Messenger: http://messenger.msn.com/cn
2013 Jan 11
0
[LLVMdev] [lld] Linker script findings.
...onsELF. The driver's job is to produce the right >> WriteOptionsELF settings. For library based linking (no command line) >> you just just code to instantiate an appropriate WriteOptionsELF. > > Interesting. As you have pointed out, currently the format and the os > are conflated. Would it make sense to have Reader/Writer literally be > concerned *only* with turning an atom graph into an output object file > in a specific format? (each format may have format-specific atoms). > Then the OS layer (+ architecture?) is implemented in a separate > library that is a...
2020 Aug 21
2
R 4.0.2 64-bit Windows hangs
Ah yes, this is related. I reported v2010 below, but it looks like I was updated to this Insider Build overnight without my knowledge, and conflated it with the new installation R v4 this morning. I will continue to look into the issue with the methods Tomas mentioned. Many thanks. On 2020-08-21 21:05:51 nospam at altfeld-im.de wrote: > May be unrelated but on SO there is a report that a Windows update may > cause this problem: >...
2014 Aug 06
2
[LLVMdev] LLVM as a shared library
...interfacing with experimental hardare and so suffer the pain of C++ API changes on a fairly frequent basis. The C APIs generally feel clunky to use. If we have a stable C API that is useful, I'd love to see C++ wrappers so that we don't have to suffer things like iterators. Currently, we conflate 'C' and 'stable'. In many cases, I'd prefer a C++ API to a C one, or would be happy to write (or even use automatically generated) thin C wrappers around C++. The requirement is not the language, it's the stability. I presume this also applies to WebKit: there's no r...
2014 Jun 24
4
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
...les are to mean the same thing? > > I think (Hat: FreeBSD) we only expect to see unknown in the vendor field (e.g. i386-unknown-freebsd). If the OS field is unknown, rather than freebsd, then it's not one of ours and we aren't likely to care. I don't really like the way that we conflate OS with ABI, but then I don't really like anything about triples... David, thanks! Cheers, Jon > > David > -- Jon Roelofs jonathan at codesourcery.com CodeSourcery / Mentor Embedded
2012 May 02
0
[LLVMdev] lld file format as native OS executable format
...ernal lld file format is an _intermediate_ data structure designed to make creating the final executable straightforward and fast. It isn't designed to be an executable format itself. In fact, the reason why linkers can often be slow is because the intermediate and final object file formats are conflated. davez On May 2, 2012, at 8:29 AM, Shea Levy <shea at shealevy.com> wrote: > Hello, > > Would it be feasible to use the internal lld file format as the native > executable format for an OS? Are there performance or space > considerations that would make this a poor cho...
2015 Jan 30
0
[LLVMdev] Should llvm include a linker?
...ground faster > because they don't need to think about linking. Dealing with all the > subtle differences between the various system linkers is no fun. > Maybe that's not a ton of value, but as I mentioned, the integration > is not a ton of work either. I think that you're conflating two issues: - Should there be a set of libraries that allow language developers to turn IR into executables / shared libraries easily? - Should these libraries be part of the core LLVM repository? I don't think anyone will disagree with the first one. I believe that lld aims to provide s...
2010 Dec 10
1
Bug#606589: xen-linux-system-2.6.32-5-xen-amd64 doesn't upgrade from xen-linux-system-2.6.26-2-xen-amd64
...6590 606589 > thanks > > At the core this is the same issue as 606590. I think a single report is > enough to allow this to be fixed in the relevant place, if the kernel > ends up being the place to fix then the bug can be reassigned as > necessary. > > WRT the grub issue: Conflating two bug reports in one submission is not > generally useful and in this case the behaviour of grub is down to the > grub maintainers, the kernel has no control over the grub menu ordering. > > Ian. Thanks Ian, for this reply and your point of view. Do you think I should send a bug...
2015 Jan 29
2
[LLVMdev] Should llvm include a linker?
On Thu, Jan 29, 2015 at 10:26 AM, Reid Kleckner <rnk at google.com> wrote: > It's not clear to me that this is worthwhile. I'd think you'd see value when new languages get off the ground faster because they don't need to think about linking. Dealing with all the subtle differences between the various system linkers is no fun. Maybe that's not a ton of value, but as I
2019 Jun 26
2
A libc in LLVM
...But the proposal failed > to mention what the actual needs of Google are. > > So what are they? I really have nothing to do with this project, and no insight on the thoughts behind it, but I think you and several other people on this thread have missed a significant issue: the thread is conflating whether it is a good idea to "create yet another libc" with whether it is a good idea to "contribute that code to LLVM". I don’t think arguing whether or not someone should build a project is on-topic for this list. Given that they appear motivated to build it, the question...
2020 Aug 22
2
R 4.0.2 64-bit Windows hangs
...22, 2020 at 8:39 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 8/21/20 11:45 PM, m19tdn+9alxwj7d2bmk--- via R-devel wrote: > > Ah yes, this is related. I reported v2010 below, but it looks like I was updated to this Insider Build overnight without my knowledge, and conflated it with the new installation R v4 this morning. > > > > I will continue to look into the issue with the methods Tomas mentioned. > > It is interesting that a rare 5 years old problem would re-appear on > current Insider builds. Which build of Windows are you running exactly?...
2014 Aug 14
2
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
On 14 August 2014 11:13, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > Our Jenkins config just runs llvm-lit manually after building (we use Ninja not make in Jenkins because it's vastly faster for incremental builds and we have several LLVM forks / versions that we test). I agree that having a make / ninja target for the check would be useful, but the lit option was the