search for: sematic

Displaying 20 results from an estimated 20 matches for "sematic".

Did you mean: semantic
2006 Sep 28
5
DO NOT REPLY [Bug 4128] New: ignore-times with link-dest behaves unexpected / sematics not clear
https://bugzilla.samba.org/show_bug.cgi?id=4128 Summary: ignore-times with link-dest behaves unexpected / sematics not clear Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: jwagner@computing.dcu.ie...
2012 Oct 13
2
[LLVMdev] Dynamically loading native code generated from LLVM IR
Kaylor, do you have some good documented example code which shows the usage of the MCJIT ? This would help a lot ... the sematic of lots of API calls are not intuitively understandable. Best Regards --Armin Kaylor, Andrew wrote: > I'm not sure I understand your use case, but MCJIT (as opposed to the legacy JIT) does almost exactly what you're asking for. It generates an in-memory object file image (using ad...
2012 Oct 13
2
[LLVMdev] Dynamically loading native code generated from LLVM IR
...; > Good luck, > Dan > > On 2012-10-13, at 4:57 AM, "Armin Steinhoff" <as at steinhoff-automation.com> wrote: > >> Kaylor, >> >> do you have some good documented example code which shows the usage of the MCJIT ? >> This would help a lot ... the sematic of lots of API calls are not intuitively understandable. >> >> Best Regards >> >> --Armin >> >> >> >> Kaylor, Andrew wrote: >>> I'm not sure I understand your use case, but MCJIT (as opposed to the legacy JIT) does almost exactly what you...
2012 Oct 13
0
[LLVMdev] Dynamically loading native code generated from LLVM IR
...LVM API you're referring to. Good luck, Dan On 2012-10-13, at 4:57 AM, "Armin Steinhoff" <as at steinhoff-automation.com> wrote: > > Kaylor, > > do you have some good documented example code which shows the usage of the MCJIT ? > This would help a lot ... the sematic of lots of API calls are not intuitively understandable. > > Best Regards > > --Armin > > > > Kaylor, Andrew wrote: >> I'm not sure I understand your use case, but MCJIT (as opposed to the legacy JIT) does almost exactly what you're asking for. It generat...
2018 Jun 22
2
[virtio-dev] Re: [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
On Fri, Jun 22, 2018 at 12:43:26PM -0700, Siwei Liu wrote: > > The semantics are that the primary is always used if present in > > preference to standby. > OK. If this is the only semantics of what "standby" refers to in > general, that is fine. > > I just don't want to limit the failover/standby semantics to the > device model specifics, the
2012 Oct 13
0
[LLVMdev] Dynamically loading native code generated from LLVM IR
...12-10-13, at 4:57 AM, "Armin Steinhoff" <as at steinhoff-automation.com> >> wrote: >> >>> Kaylor, >>> >>> do you have some good documented example code which shows the usage of >>> the MCJIT ? >>> This would help a lot ... the sematic of lots of API calls are not >>> intuitively understandable. >>> >>> Best Regards >>> >>> --Armin >>> >>> >>> >>> Kaylor, Andrew wrote: >>>> >>>> I'm not sure I understand your use case, but...
2011 Mar 29
2
Participation in GSOC
...ould be interesting to improve quality of ranking. Another interesting project is the query parser. I could imagine improving it, by adding some natural language proceccing to avoid the need of binary keywords, as well as using semantic databases like WordNet to improve matching by normalizing the sematics of a query term. Of course, this is not an easy task, and multilanguage support is quite hard, but anyway, I think its worth working on it, starting with some special cases. A natural language date parser, like chronic for ruby could be a usefull feature, when search for date ranges in a chronica...
2011 Mar 29
2
Participation in GSOC
...ould be interesting to improve quality of ranking. Another interesting project is the query parser. I could imagine improving it, by adding some natural language proceccing to avoid the need of binary keywords, as well as using semantic databases like WordNet to improve matching by normalizing the sematics of a query term. Of course, this is not an easy task, and multilanguage support is quite hard, but anyway, I think its worth working on it, starting with some special cases. A natural language date parser, like chronic for ruby could be a usefull feature, when search for date ranges in a chronica...
2018 Jun 19
0
[PATCH v5 0/3] extern inline native_save_fl for paravirt
...calling conventions. > > Uses extern inline with the out-of-line definition in assembly to > prevent compilers from adding stack guards to the outlined version. > > Other parts of the codebase overwrite KBUILD_CFLAGS, which is *extremely > problematic* for extern inline, as the sematics are completely the > opposite depending on what C standard is used. > http://blahg.josefsipek.net/?p=529 > > Changes since v4: > Take Arnd's and hpa's suggestions properly feature detect gnu_inline > attribute to support gcc 4.1. > > Changes since v3: > T...
2018 Jun 22
0
[virtio-dev] Re: [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
...ing vfio >> devices which is in match of QEMU's live migration model. > > If you put it this way then it's natural to require that we have a > config with a working vfio device, and that we somehow add virtio for > duration of migration. OK. That's the STANDBY feature sematics as I expect. Not something like "we have a working virtio, but we need an accelerated datapath via VFIO when the VM is not migrating". The VFIO is the what needs to be concerned with, not the virtio. The way I view it, the STANDBY feature, although present in the virtio device, is served...
2004 Mar 27
1
--include vs. --exclude
It guess I still haven't figured out the entire sematics of the --include and --exclude options. From reading the man page, it seems to say that what happens is that each file being checked is tested against each pattern in order, and when one matches the tests end, and whether it is --include or --exclude determines if that file is included or exclude...
2012 Oct 13
0
[LLVMdev] Dynamically loading native code generated from LLVM IR
I'm not sure I understand your use case, but MCJIT (as opposed to the legacy JIT) does almost exactly what you're asking for. It generates an in-memory object file image (using addPassesToEmitMC) and then loads and links it for execution. If there's some particular detail you don't like in the way this is happening, you might be able to generate a file as you have and then use
2002 Mar 28
1
[PATCH] Feature addition: user access control per auth method
...se that I think would be more broadly useful. I basically added access control lists to control who would be allowed public key authentication. I added four config file entries for the server: PubkeyAllowUsers PubkeyDenyUsers PubkeyAllowGroups PubkeyDenyGroups These follow the same sematics as the already existing entries for allowing logins. So far I have this implemented for SSH2 pubkey auth, but I coded it to make adding corresponding entries for any auth method easy. I'd be happy to do so if this was desired. I'm not sure if there is any interest this functionality, but...
2012 Oct 12
5
[LLVMdev] Dynamically loading native code generated from LLVM IR
Hi, I'm building LLVM IR. I'd like to compile this IR to native code (I don't want JIT) and immediately load it to execute. So far, I've the following: 1) I can emit the IR to native assembly/object file doing the same thing llc does (using TargetMachine::addPassesToEmitFile). 2) I can dynamically load a precompiled .so file (using llvm::sys::DynamicLibrary::getPermanentLibrary),
2008 Jan 30
9
catching errors, rspec basics
Trying to spec the following but don''t know if I''m using the right matcher. How do I spec? Plz, sugar on tops. Audience.stats - should have a stats of 80 when passed a flux of 10 - should return an error when passed a string (ERROR - 1) 1) TypeError in ''Audience.stats should return an error when passed a string'' String can''t be coerced into Fixnum
2004 Mar 29
1
cvs commit: ports/multimedia/xine Makefile
Jacques A. Vidrine wrote: > On Mon, Mar 29, 2004 at 08:14:29PM +0200, Oliver Eikemeier wrote: > >>Jacques A. Vidrine wrote: >> >>>On Sun, Mar 28, 2004 at 03:44:06PM -0800, Oliver Eikemeier wrote: >>> >>>>eik 2004/03/28 15:44:06 PST >>>> >>>>FreeBSD ports repository >>>> >>>>Modified files:
2007 Mar 14
0
10 commits - libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_flv_decoder.h libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loadertarget.c
...sobj = JS_NewObject (script->jscx, klass->jsclass, NULL, NULL); } if (!script->jsobj || diff-tree 97490d426827b5adbb2205f904c83f51ab836223 (from 318f367d0a5fe8efaff7861b06baaaebbc9dd7db) Author: Benjamin Otte <otte@gnome.org> Date: Wed Mar 14 15:46:20 2007 +0100 change sematics of trace test slightly Instead of advancing 10 times, the movie advances until 10 / rate seconds have passed. No test needs to be changed for this. diff --git a/test/trace/README b/test/trace/README index 1593365..f6ae935 100644 --- a/test/trace/README +++ b/test/trace/README @@ -5,1...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...ck use js_Free/AllocRawStack instead of js_Free/AllocStack Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec change the way swfdec_loader_load works. Don't return immediately in swfdec_loader_target_parse if the loader is in error change sematics of trace test slightly use the movie's JSClass add currently crashing test Fix crash when setInterval is used with arguments implement onStatus events implement NetStream.setBufferTime add 2 tests for onStatus messages update the README to include info...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...ck use js_Free/AllocRawStack instead of js_Free/AllocStack Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec change the way swfdec_loader_load works. Don't return immediately in swfdec_loader_target_parse if the loader is in error change sematics of trace test slightly use the movie's JSClass add currently crashing test Fix crash when setInterval is used with arguments implement onStatus events implement NetStream.setBufferTime add 2 tests for onStatus messages update the README to include info...
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone, I described the reflink operation at the Linux Storage & Filesystems Workshop last month. Originally implemented as an ocfs2-specific ioctl, the consensus was that it should be a syscall from the get-go. Here's some first-cut patches. For people who have not seen reflink, either at LSF or on the ocfs2 wiki, the first patch contains Documentation/filesystems/reflink.txt to