Displaying 10 results from an estimated 10 matches for "elimini".
Did you mean:
elimine
2009 Oct 16
1
[LLVMdev] MallocInst/CallInst bitcast,
...ndStackDirection() {
> volatile int a;
> return StackCmp((void *)&a);
> }
>
> Preferably one which isn't destroyed by optimization.
I suggest you turn the scalars into arrays and make the ptr argument
volatile as well.
Other ways: If you are careful with tail recursion eliminiation, you can
compare local var addresses from different recursive calls. I believe
there are va_arg based approaches as well.
That said, there is no truly portable way.
/Stein Roger
2018 Mar 21
0
What is the status of the "Killing Undef and Spreading Poison" RFC?
...l get rid of one of the
loads and insert an inttoptr/ptrtoint.
This is incorrect (in our memory model, at least), since GVN is
essentially introducing implicit casts with the memory operations. One
of the consequences of memory models that support implicit casts is
that they make dead store eliminiation illegal in general, which is
not really desirable (more details in the paper draft I sent you).
>> My personal opinion is that we should fix LLVM/clang such that memory
>> operations are properly typed. We have proposed this through the use of
>> vectors. While there were...
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
...orrectly check return status of biosValidMode
~ Code clean up, extra error messages.
~ Check DDC before validating display modes
~ Include fbdevhw.h to silence a warning
~ Trivial color map / color weight cleaning
~ Eliminate unused global variable g_ModeOfFirstView.
~ Eliminiate unused variable in XG47DisableMMIO
~ If VBE is not available, set DPMS registers directly.
~ Fix typo in get_configured_monitor
~ Remove some dead code in XGIRestore
~ Clean up log messages around DPMS init.
~ Eliminate "value" as a global variable. Minor clea...
2018 Mar 20
3
What is the status of the "Killing Undef and Spreading Poison" RFC?
Hi Nuno,
Except for one bit, which was that it requires correct typing of load/store
> operations. That is, if you load an i32, it means you are loading a single
> 32-bit integer, not two 16-bit integers or something else.
>
This is a valid concern because currently nor LLVM nor clang respect this
> property. Clang may pass several parameters as a single variable, LLVM has
>
1997 Nov 26
0
Testing Samba and NFS/AMD inter-action
...the
gateway-customer space. We also installed two APC Smart-UPS 1400's.
All of the filesystems are linked together with NFS/AMD. Samba is used to
share portions out to the WinNTws40SP3 machines. For external shares, those
outside of the domain, we will also be using Samba (I hope) and thereby
eliminiating the need to make NFS externally visible to crack attempts.
_________________________________________________
Morgan Hill Software Company, Inc.
Colorado Springs, CO - Livermore, CA - Morgan Hill, CA
Domain Administrator (MHSC2-DOM)
Administrative and Technical contact
________...
2009 Oct 16
0
[LLVMdev] MallocInst/CallInst bitcast,
Thanks very much. I only have one more question, (hopefully), which is, is
there a better way of finding the direction of stack growth other than:
static bool StackCmp(void *ptr) {
volatile int a;
return (void *)&a > ptr;
}
bool FindStackDirection() {
volatile int a;
return StackCmp((void *)&a);
}
Preferably one which isn't destroyed by optimization.
Thanks again,
2014 Oct 22
2
Calidad del Software en R
Hola a todos,
Os escribía para saber si alguno conocéis alguna herramienta tipo
SonarQube, para medir la calidad del software desarrollado en R.
Gracias
Un saludo
--
<http://landings.powerdata.es/las-4-herramientas-estrella-del-data-management>
AVISO LEGAL: Esta información es privada y confiden...{{dropped:24}}
2009 Oct 16
3
[LLVMdev] MallocInst/CallInst bitcast,
On Oct 16, 2009, at 4:43 AM, Daniel Waterworth wrote:
> Never mind, I used ExecutionEngine's InstallLazyFunctionCreator and
> DisableSymbolSearching to cause malloc and free calls to be handled
> by my logging functions. Sorry for the unnecessary list mail.
No problem, this is a better way to go. The MallocInst and FreeInst
instructions are about to be removed from LLVM IR.
2008 Feb 20
8
Best ATA. Period.
Any opinions on the best ATA?
For example, if someone was having a problem and I wanted to rule out
any ATA glitches or firmware issues, what device could I give them that
I could count on to always be a trouble free top performer that just
plain works?
2007 Sep 11
2
Newcomer perceived problems with AAF/Ferret
I blogged about some of the problems with aaf in production
(http://www.jroller.com/BrightCandle) yesterday but inspired by the
poitive response I thought I would share the perceived problems and
discuss some of the potential solutions to help newcomers and make aaf
work as if by magic just like Rails does.
All of these problems boil down to one simple problem, running acts as
ferret in a