Yuriy Solodkyy
Yuriy Solodkyy
P.P.S. Just read the title of your post: if it works for 10, yes, that's the current limitation, which I thought would be more than sufficient. I've never seen product...
What I meant was you don't have to expose all of them via pattern matching positions - you can expose only the most typical ones, for example when they can...
Hi Florian, Yes, all patterns are essentially the same to the library - it doesn't know a particular pattern is a var (variable pattern) or C (constructor pattern). It simply...
The main idea was to be able to build with /Za (disable Microsoft extensions), the actual task was what prevented us from doing this.
Hi Nicholas, I am not sure I understand your question properly, can you elaborate a bit please? Here is some general information. cache_descriptor contains cache[] array at the end of...
P.S. stored_type is initially allocated with its vtbl==0 indicating it is not occupied by anything. If we couldn't find a given vtbl pointer anywhere in the cache, we [look for...
I thought about that initially, but there is too much duplication of information to avoid: now if I use a Match statement inside a thread procedure and create 1000 threads,...
I don't know unfortunately. I usually search on the internet the error message that it gave me and see if other people hit something similar. What error does it give...
Can you make a small repro that includes the header you need and uses the type you need (nothing else from mach7)? I'll try to see what's needed to build...
Were you able to resolve your issue Nicholas?