Displaying 3 results from an estimated 3 matches for "gutils".
Did you mean:
utils
2006 Jun 12
1
Ruuid had non-zero exit status (PR#8965)
.../glib-2.0/glib/gstring.h:32,
from /usr/local/include/glib-2.0/glib/giochannel.h:32,
from /usr/local/include/glib-2.0/glib.h:45,
from uuidP.h:33,
from Ruuid.h:5,
from Rinit.c:1:
/usr/local/include/glib-2.0/glib/gutils.h:33: error: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib-2.0/glib/gutils.h:114: error: syntax error before
"gchar"
/usr/local/include/glib-2.0/glib/gutils.h:115: error: syntax error before
"gchar"
/usr/local/include/glib-2.0/glib/gutils.h:116: error:...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after