search for: haak

Displaying 9 results from an estimated 9 matches for "haak".

Did you mean: baak
2007 Jan 22
3
routing patches seem to break output nat
Hi We have applied the routing patches from http://www.ssi.bg/%7Eja/#routes. To 2.6.15 this seems to have broken our output natting. Has anyone else experienced this or any advice on how to fix. Is this working on the newer kernel i.e. 2.6.19 ? Any help would be appreciated. -- Tim Haak email: tim@haak.co.uk cel: 0837787100 First love is only a little foolishness and a lot of curiosity, no really self-respecting woman would take advantage of it. -- George Bernard Shaw, "John Bull''s Other Island" _______________________________________________ LARTC mai...
2010 Oct 28
2
[LLVMdev] global optimizer precision
...r main with the call to the 'isrecursiv'-Function. The implemention of 'isrecursiv' can first check for main and later improve the precision by inspecting the call graph. This finally would lead to a more aggressiv interprocedural optimizer. Whats your opinion? kind regards, Gordon Haak
2011 Jun 09
0
Samba on RHEL 6: Permission denied when mounting FUSE partition
...304 - User is '*' 2011-06-02 07:44:52,603 DEBUG FuseMethodsInvoker:819 - GetPath User is '*' 2011-06-02 07:44:52,603 DEBUG FuseMethodsInvoker:854 - Getting fmp for user '*' 2011-06-02 07:44:52,604 DEBUG FuseMethodsInvoker:855 - size of user map:'3' -- Bj?rn Haake Software Engineer Bjoern.Haake at iTernity.com <mailto:Bjoern.Haake at iTernity.com> www.iTernity.com <http://www.iternity.com/> B?tzinger Str. 60 79111 Freiburg Tel. ++49 (0)761 4514 758 Fax ++49 (0)761 4514 759 iTernity-Support-Hotline: +49 (0)761 - 38 73 - 66...
2010 Nov 08
1
[LLVMdev] how to delete an invalidated call graph
Hello, I am working on the the "Global Variable Optimizer" pass. I'd like to modify this pass to be more aggressive. Therefore I need the call graph. The call graph contains AssertVHs of all functions. If the "Global Variable Optimizer" pass identifies a function to be delete able it will be deleted immediately by this pass. The call graph is not destroyed before.
2010 Nov 08
1
[LLVMdev] interprocedural live value analysis
Hello, I had a look at the global variable optimizer. In my opinion it handles a few special cases, when global variables can be replaced by local variables or be removed completely. Basically I think that this problem could be solved with an interprocedural live value analysis for global variables more generally. An assignment to a global variable can be removed, if this global variable is dead
2010 Nov 22
0
[LLVMdev] pass visibility question
...he command line (-tbaa). Could you please help me? Is the creation of the Passmanager OK when the dependency between GlobalLiveValues and LocalLiveValue is dealt with? This Passmanager seems not to be aware of the 'Type-Based Alias Analysis' created earlier. Thank you for your help, Gordon Haak
2010 Dec 14
0
[LLVMdev] aliases in different scopes
...ias to a given value being modified? The current Basic Alias Analysis seems not to support values in different scopes, so I can't use it for this purpose. Is it supported by a different Alias Analysis? What is the preferred way asking such kind of questions? Thank you and best regards, Gordon Haak
2011 Jan 03
1
[LLVMdev] Erasing dead blocks
...block is the first successor of the switch resp. branch the dead block will be still reachable after this code. Am I wrong here? Is there somewhere else code ensuring that the dead block is not the first successor of an undef branch/switch instruction? Thanks for your support. Kind regards, Gordon Haak
2005 Jan 10
0
file associations in wine
hi there first of all, please excuse my poor english... I know I can associate a file extension in wine with a linux application like i did for .sxw in this .reg-file: REGEDIT4 [HKEY_CLASSES_ROOT\.sxw] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.document] @="sxw.document" [HKEY_CLASSES_ROOT\sxw.document\shell] [HKEY_CLASSES_ROOT\sxw.document\shell\open]