search for: bieng

Displaying 6 results from an estimated 6 matches for "bieng".

Did you mean: being
2010 Nov 21
0
[LLVMdev] Ahoy JIT Users
...u don't disable threads it looks like it gets stuck in locking instructions even thought there's no other threads around.) I wouldn't remotely expect you to deliberately make sure this continues to work (it's such a mad thing to do), but just wrote to let you know one thing that is bieng attempted out-of-tree. (In case anyone asks why try and do something that so rubs against llvm's design, it's basically a trade-off. Writing a special code generation program would make the scheduling easier, but would also require me to figure out the best way to lower C constructions lik...
2005 Apr 03
0
icecast 2-2.0.0_2, 1 Stats - <Clients> wrong number! (fwd)
Hi, For some reason, I'm not seeing this message in the list admin database, so I'm forwarding it manually. I vaguely recall a fix for this sort of thing bieng checked into SVN, am I right? Geoff. ---------- Forwarded message ---------- Date: Sun, 3 Apr 2005 10:48:22 +0200 From: Rik <r.la@gmx.ch> To: Icecast Mailinglist <icecast@xiph.org> Subject: icecast 2-2.0.0_2,1 Stats - <Clients> wrong number! Hello, Two days ago i have imple...
2010 Nov 13
8
[LLVMdev] Ahoy JIT Users
Hi, I am starting to poke at the LLVM JIT, which seems to be in need of some TLC. If you are a "sophisticated" JIT user and are using either internal APIs (either by integrating with LLVM, or by other C++ tricks), or are using obscure or poorly documented public APIs (e.g., why is runJITOnFunction exposed?) please make me aware of it! I reserve the right to break anything which
2014 Aug 26
0
Re: filesystem
* "Bill Cunningham" <billcun@suddenlink.net> hat geschrieben: > I hope this is the right list. I have created an ext2 filesystem and > removed the dir_index feature. I don't know if this kind of experimentation > is going to help me learn something about filesystems or not. Well what is > dir_index? Then I ran e2fsck -f -v -pD and the /dev file. Now what did I >
2014 Aug 26
2
Re: filesystem
...there is an additional form > of sorted tree in the directory, which speeds up this lookup process. Now, > when you remove that feature and then e2fsck, all those indexes will be > removed. If you later readd the feature and e2fsck, those indexes get > recreated. I see. Htree kept bieng mentioned. I am guessing that means "hash tree". I guess I would like to see all these filesystems, if possible, completely backwards reversibile. If you have ext2, simply add a journaling inode. It can be removed too. Now with ext4, removing "extents" might present much...
2014 Aug 25
2
filesystem
I hope this is the right list. I have created an ext2 filesystem and removed the dir_index feature. I don't know if this kind of experimentation is going to help me learn something about filesystems or not. Well what is dir_index? Then I ran e2fsck -f -v -pD and the /dev file. Now what did I remove? Htree. I guess it can always be put back and it's on an experimental filesystem.