search for: guerrilla

Displaying 8 results from an estimated 8 matches for "guerrilla".

2010 Dec 14
1
[1.3.9]-Red Faction Guerrilla/Steam Does Not Start?
[1.3.9]-Red Faction Guerrilla/Steam Does Not Start? Hi, Got the current Wine on Ubuntu 10.10 32bit. I installed Red Faction Guerrilla via Steam client. When I run the game it does not start? Any help would be appreciated. Thanks! Jesse
2014 Mar 19
2
[LLVMdev] getElapsedWallTime unnecessary heap allocation and memory leak
On Wed, Mar 19, 2014 at 6:18 PM, Bryan Keiren < bryan.keiren at guerrilla-games.com> wrote: > We are indeed trying to completely clean the heap before exiting main(). > Which means that you either don't have threads, or you join all threads before main exits. Is that the case? Good for you if so! > > > -----Original Message----- > From: Calda...
2014 Mar 19
3
[LLVMdev] getElapsedWallTime unnecessary heap allocation and memory leak
In the file \lib\Support\Process.cpp on line 60, it seems as though an unnecessary heap allocation and memory leak occurs. This is the offending code: static TimeValue getElapsedWallTime() { static TimeValue &StartTime = *new TimeValue(TimeValue::now()); return TimeValue::now() - StartTime; } The issue is that the StartTime variable's value is allocated on the heap, after which a
2010 Aug 24
1
Fwd: [R-sig-hpc] Holtman's levelplot ?
...Lutz <miclutz at gmail.com> Cc: "r-sig-hpc at r-project.org" <r-sig-hpc at r-project.org>, redrooz at yahoo.com Michel, If you ask your plotting questions over at r-help at r-project.org, Jim Holtman will probably address them directly. He is also an instructor for my "Guerrilla Data Analysis Techniques" class http://www.perfdynamics.com/Classes/Outlines/gdata.html and we just discussed this plot 2 weeks ago. --Neil Gunther Taking The Pith Out Of Performance http://perfdynamics.blogspot.com/ Follow me on Twitter http://twitter.com/DrQz Performance Dynamics Company...
2006 Jun 09
2
Recommended SAS or SAS RAID controllers for Xen on IBM xSeries 306m with PCI-X slot
Does anyone recommend any particular SAS controller, or should I use an Ultra-320 SCSI controller instead? My machine is an IBM xSeries 306m. It has a SAS controller provided on a daughter card, but it''s not supported in the 2.6.16 kernel, so I''m looking for a separate disk controller card that will work with my existing SAS disks. -- James Holmes Programmer/SysAdmin RTDS
2014 Mar 19
2
[LLVMdev] getElapsedWallTime unnecessary heap allocation and memory leak
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Bryan Keiren > Subject: [LLVMdev] getElapsedWallTime unnecessary heap allocation and memory leak > In the file \lib\Support\Process.cpp on line 60, it seems as though an > unnecessary heap allocation and memory leak occurs. > static TimeValue getElapsedWallTime() { >  static
2016 Dec 16
0
Wine release 2.0-rc2
...39430 Ride : The motorcycle game does not start 40256 user32:input fails on non-qwerty keyboards 40344 shell32:assoc regression (privilege issue) 40386 wininet:url regression caused by new cross-compiler 40978 Wrong colors on i915 and similar GPUs in GTA Vice City 41083 Red Faction: Guerrilla fails to start with DX11 renderer 41133 R32/R16 typeless formats generate incomplete FBO errors when used as a render target (Gauntlet, WoW with D3D11 renderer) 41141 gcc6: d3drm build warnings 41252 Helldivers gives this error when trying to run on MacOS 41630 Rollercoaster Tycoon 3 Pl...
2019 Feb 28
3
Making LLD PDB generation faster
As for multithreaded ghashes: Even if the hashtable stores 32-bit indices to SeenHashes, you would still need to compare the ghashes for collisions: https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/ADT/DenseMap.h#L627 Finding the 32-bit index in the hashtable doesn’t necessarily mean it’s the right one. The following table shows the collision distribution when inserting (type)