2009/12/17 Osztrogonac Csaba <[email protected]>: > 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?
I still haven't :( I wonder if there may be something wrong with my OS, Arch linux. > > 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. OK, thanks for the tip. Benoit > > 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 > _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
