Displaying 2 results from an estimated 2 matches for "horspool".
2006 Nov 15
4
Mongrel 0.3.15 PR -- All The Fixes Good For You
...till depends on the cgi multipart fix. I''ll be just putting this into Mongrel directly when I work on the new CGIWrapper functionality.
CGI WRAPPER PLANS
When you get this new version (and read the ChangeLog) you''ll see mention of a BMH implementation. This is the Boyer-Moore-Horspool algorithm for finding one string in another:
http://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm
I took the above code (which I guess is alright) and modified the hell out of it so that you can pass successive chunks of the haystack and it''ll find all the needles...
2015 Jan 12
4
[LLVMdev] Separating loop nests based on profile information?
>
>
> Looking at what LLVM does, the failing on the PRE side is that our PRE/GVN
> models are not strong enough to handle this. I'm not sure at all why we
> think anything else is necessary.
>
By this i mean we don't actually perform real PRE for loads. It's a known
deficiency and one that does not require any duplicate heuristics to solve.
Right now we perform some