search for: strtype

Displaying 3 results from an estimated 3 matches for "strtype".

Did you mean: strtypes
2016 Apr 17
2
Problems with GEP and CallInst
...assertion condition makes me think they shouldn’t), am I doing something wrong with GEP? here’s the code that translates the AST Literal into LLVM IR and creates the GEP (the return value will be passed to the Callee): llvm::Value *ast::StringLiteral::build(llvmir_builder *builder) { TypeRef *strtype = evalType(); TypeRef *chrtype = strtype->getType()->getPointedType(); llvm::ArrayType *arty = llvm::ArrayType::get(chrtype->getIRType(), val.length()+1); if (!strcst) { strcst = new llvm::GlobalVariable(*container, arty,...
2005 Sep 02
2
installing on 915GAVL motherboard kernel bombs and/or X bombs
I got a new box today. 915GAVL motherboard. Celeron 2.4G 1 GIG mem 80GIG SATA drive. When I boot centos I have had various stages of success. Once I got as far as partitioning the disk manually and X blew and the machine rebooted. Couple times I have had kernel crashes at different stages of install. I have not has trouble installing before and was wondering if there are suggestions. I did
2009 Apr 24
12
NIC Offloading Confusion
I have been using the built in Xen Paravirt NIC drivers for paravirt networking and had bad performance until I disabled all offload setting on the bridge and paravirt nic (From Dom0). There are 2 related questions I have, where should I be tweaking the offload settings, the Dom0 Physical NIC, The Bridge or the DomU NIC? Which settings in particular tend to cause trouble? (I just disabled all of