RE: ntdll: Fixed some heap allocation stalls

2012-11-02 Thread Daniel Lehman
>> Which game were you testing? i dunno about the game, but i saw similar stalls in our software a huge batch process that consumed about 1 GB on Windows would both run slower and eat up about 2 GB on Wine before crashing i made a similar change to Steaphan's that not only improved performance,

re: ntdll: Fixed some heap allocation stalls

2012-11-02 Thread Dan Kegel
Which game were you testing?

Re: [PATCH 4/4] msvcp90: Use critical sections in mutex object (try2)

2012-11-02 Thread Alexandre Julliard
Piotr Caban writes: > try2: > - free allocated memory in mutex_dtor > --- > dlls/msvcp100/misc.c | 18 ++ > dlls/msvcp100/msvcp.h |2 +- > dlls/msvcp60/misc.c| 16 > dlls/msvcp71/misc.c| 18 ++ > dlls/msvcp71/msvcp.h |2

re: Call for papers - FOSDEM 2013

2012-11-02 Thread Dan Kegel
Francois wrote: > (*) A particularly interesting one to me is testing untrusted code on > real hardware (with possible approaches being direct access to a > graphics card from within a VM I had some fun googling your wishlist. Presumably you've seen some of these links already: http://wiki.xen.

Re: [1/3] gdiplus: Add a test to check transformation order in GdipMeasureDriverString.

2012-11-02 Thread Vincent Povirk
Thanks for writing tests. It turns out I was a bit confused when I asked for them. For some reason, I was was under the impression that GdipMeasureDriverString would return a measurement in device coordinates, when it should have been obvious to me that it returns world coordinates. Looking back a

Re: Call for papers - FOSDEM 2013

2012-11-02 Thread Jeremy White
>> So I would like to formally 'call for papers' for FOSDEM. Please >> email suggested topics to winec...@winehq.org, where I'll collate ^^^ > I propose a talk about the status of 3D rendering support for games on > Linux. I don't intend to make this

Re: Call for papers - FOSDEM 2013

2012-11-02 Thread Jeremy White
> WineTestBot is after all Wine-specific. Also I feel like all I have > about the really interesting subjects(*) is questions which does not > really make for a good presentation. > > But at the same time I'd be interested in ideas from others and the > FOSDEM people may have faced some of thes

Re: Call for papers - FOSDEM 2013

2012-11-02 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2012-11-01 19:59, schrieb Jeremy White: > So I would like to formally 'call for papers' for FOSDEM. Please > email suggested topics to winec...@winehq.org, where I'll collate > them and piece them into a schedule. Will this be talk-only or do you a

Re: scrrun: Implement IDictionary get_HashVal (try 2)

2012-11-02 Thread Piotr Caban
On 11/02/12 10:49, Alistair Leslie-Hughes wrote: +static LONG create_hash_val(BSTR name) +{ +LONG hash = 0; +int len = SysStringLen(name); The hash should be unsigned. +if(V_VT(Key) != VT_R8) + hr = VariantChangeType(&real, Key, 0, VT_R8); I'm not sure if you want to use