Displaying 4 results from an estimated 4 matches for "imrpove".
Did you mean:
improve
2010 Aug 18
14
Game is slower 2x than on Windows
Game named Istaria: Chronicles of the Gifted (http://appdb.winehq.org/objectManager.php?sClass=application&iId=1972) ( MMO ) is slower
on ANY linux and ANY wine version exactly 2 times .
For example on Windows I have 40 fps and in same place 20 fps on wine,
20 fps in Windows and ~10 fps on linux.
I was trying lot of "wine tricks" without any effect.
I have also installed the most up
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
Good day,
First off, I''m a complete puppet newbie, this openvpn recipe is pretty
much the first puppet work I''ve done so be gentle :-)
Secondly, the openvpn setup for Debian (and systems based on Debian)
allows each openvpn network (tunnel) to be specified using a separate
config file for each: /etc/openvpn/<vpn>.conf
Each tunnel can be then stopped/started/restarted
2009 Apr 18
1
modules.pcimap
I have seen it's been planned to change the default file name to be shorted
than module.pcimap.
One way to solve the longer than 8.3 name issue should be to recommend using
mkisofs -J -r
But is not module.pcimap going to disappear?
Should HDT not parse module.alias instead?
An option has been added on module-init-tools to remove generation of all
module.*map files.
Default behavior is still
2016 Dec 05
3
Clang Optimizer freaks out on "simple" goto code?
FYI
found this example while reading:
https://github.com/jameysharp/corrode/issues/30#issuecomment-231969365
and compared it with current gcc 6.2, clang 3.9
gcc 6.2 result is quite small - clang 3.9 produces much much more code
for this example
https://godbolt.org/g/uWxr8F
is that a missing optimization opportunity or just wrong behavior of the
optimizer?