search for: traping

Displaying 7 results from an estimated 7 matches for "traping".

Did you mean: trapping
2003 Aug 20
5
Rsync hang on HP-UX 10.20
Hi, We downloaded the latest rsync 2.5.6 source code and compiled it on HP-UX for both 10.20 and 11.x. Rsync runs fine if we run it from the command line on both platforms. But after we put rsync command into a HP Software Distributor package configure script (just a shell script with rsync command in it) and run swinstall, which will get installation bits including the configure script, put the
2006 Apr 25
0
[LLVMdev] Newbie questions
...ot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt Those ideas make sense.. one question though: > Note that this bit is sufficient to represent many possible scenarios. In > particular, a Java compiler would mark just about every load, store and other > exception inducing operation as traping. If a load is marked potentially > trapping, the optimizer is required to preserve it (even if its value is not > used) unless it can prove that it dynamically cannot trap. In practice, this > means that standard LLVM analyses would be used to prove that exceptions > cannot happen, th...
2006 Apr 24
3
[LLVMdev] Newbie questions
On Mon, 24 Apr 2006, Archie Cobbs wrote: > Related idea.. what if all instructions (not just "invoke") could be > allowed to have an optional "except label ..."? This is the direction that we plan to go, when someone is interested enough to implement it. There are some rough high-level notes about this idea here:
2008 Apr 01
0
[16/18]KVM:IA64 : Add kvm sal/pal virtulization support.V9
Zhang, Xiantao wrote: >>From 5c70c038c57190144390ae9d30c3d06afba103d4 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang <xiantao.zhang at intel.com> > Date: Tue, 1 Apr 2008 14:59:30 +0800 > Subject: [PATCH] KVM:IA64 : Add kvm sal/pal virtulization support. > > Some sal/pal calls would be traped to kvm for virtulization > from guest firmware. > Signed-off-by: Xiantao
2002 Apr 15
0
ANN: RPy (R from Python) 0.2
Hello. RPy version 0.2 is released. You can download it from the Sourceforge site: http://rpy.sourceforge.net WHAT IS RPy? RPy is a very simple, yet robust, Python interface to the R Programming Language (http://www.r-project.org). It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All the errors from the R language are
2008 May 12
3
[LLVMdev] LLVM Exception Handling Changes
...you have any sense of how frequent this situation is in typical Java or similar code? [...] > Note that this bit is sufficient to represent many possible scenarios. In > particular, a Java compiler would mark just about every load, store and other > exception inducing operation as traping. If a load is marked potentially > trapping, the optimizer is required to preserve it (even if its value is not > used) unless it can prove that it dynamically cannot trap. In practice, this > means that standard LLVM analyses would be used to prove that exceptions > canno...
2006 Apr 25
4
[LLVMdev] Newbie questions
...tionHandlingChanges.txt > > Those ideas make sense.. one question though: > > > Note that this bit is sufficient to represent many possible scenarios. In > > particular, a Java compiler would mark just about every load, store and other > > exception inducing operation as traping. If a load is marked potentially > > trapping, the optimizer is required to preserve it (even if its value is not > > used) unless it can prove that it dynamically cannot trap. In practice, this > > means that standard LLVM analyses would be used to prove that exceptions > &g...