Hi Benoit, The "register" keyword means, that you suggest the compiler should put this parameter into a CPU register instead of stack, because it is faster. But it is only a suggestion and not a direction. I think it can't cause any problem.
Have you succeded in building debug QtWebKit meanwhile? Ooops, I just realize now, that you use Qt-4.5.3. I suggest you should update to the lateset Qt release (Qt-4.6.0), because with older version you might have building and other problems. br, Ossy
I have a question. What does "register" mean on the parameters of a non-inlined function? Could it be that it is an impossible thing, hence preventing the compiler from compiling the function non-inlined into the library? Cheers, Benoit
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
