search for: globalflag

Displaying 5 results from an estimated 5 matches for "globalflag".

2015 Feb 25
2
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...;, the compiler has no requirement to. Barriers control ordering and when a variable can be loaded, but you've already loaded it. You need to reload the variable, but you haven't shown the compiler a reason why it should. "Volatile" is a reason why. I tested this code on gcc: if(globalFlag) { math... if(globalFlag) { more math } } It only tests once. If you replace "math" with printf(), it retests the value of globalFlag. Printf(), which has absolutely no barrier semantics at all. In other words, GCC conservatively will assume any function call will req...
2015 Feb 25
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...t to. Barriers control ordering > and when a variable can be loaded, but you've already loaded it. You need to > reload the variable, but you haven't shown the compiler a reason why it > should. "Volatile" is a reason why. > > I tested this code on gcc: > > if(globalFlag) { > math... > if(globalFlag) { > more math > } > } > > It only tests once. If you replace "math" with printf(), it retests the > value of globalFlag. Printf(), which has absolutely no barrier semantics at > all. In other words, GCC conservat...
2015 Feb 25
3
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
On Wed, Feb 25, 2015 at 9:07 AM, Maarten Lankhorst < maarten.lankhorst at ubuntu.com> wrote: > Op 25-02-15 om 16:04 schreef Patrick Baggett: > > On Wed, Feb 25, 2015 at 8:59 AM, Maarten Lankhorst < > > maarten.lankhorst at ubuntu.com> wrote: > > > >> Op 25-02-15 om 15:11 schreef Emil Velikov: > >>> On 24 February 2015 at 09:01, Maarten
2010 Jul 22
7
How to enable file and print sharing
I'm running the latest wine version on fedora 13 and when I try to install ACT! on wine I get this window saying that I need to enable file and print sharing before I can install the software. I already installed winetricks and .net framework v 2.0 but I have no idea how to enable file sharing. Can anybody help me?
2010 Jan 22
0
Wine release 1.1.37
...ileExecutionOptions and use it to retrieve the per-process global flag. ntdll: Load the various PEB global options at startup. wine.inf: Add entries for some of the global options. include: Define some more of the NT global flag values. ntdll: Make it possible to use RtlGetNtGlobalFlags before the TEB is initialized. ntdll: Set the heap debug flags based on the GlobalFlag value. kernel32/tests: Add tests for the global flag and its influence on the heap flags. winex11: Use the thread connection to clear the systray icon window. Andrew Eikum (5): wininet:...