This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Calls to built-in functions are not Binary Compatible


Bryce McKinlay writes:
 > Doesn't this disable builtins mechanism entirely when 
 > -findirect-dispatch is used?

Yes.

 > These builtins improve GCJ's performance significantly on some numeric 
 > code (scimark, for example).

So you don't use indirect dispatch, surely.

 > Wouldn't it be better to fix whatever problem is causing direct
 > calls to be generated rather than disabling them completely?

I don't understand your point -- this is the code that is causing
direct calls to be made.  Built-in functions in gcc either generate
direct calls or they get replaced by inline code.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]