> Jan Hubicka <hubi...@ucw.cz> writes:
> >
> > Cool, will this also help to handle alternate entry points, so we can move 
> > ahead
> > on this area we got stuck years ago?  (i.e. add support for alternate entry 
> > points on
> > i386 skipping IP pointer load in PIC mode/using register passing 
> > conventions)
> 
> Also alternative entry points to skip x87 in favour of SSE 
> register passing for FP would be really nice.

Yep, there is quite some potential in this on x86. On x86-64 also stack
alignment prologues could be eliminated.

I guess the PIC tricks could do wonders for Mozilla. Additionally once this
works, we can move ahead with alternate entry points at gimple level possibly
re-implementing thunks/ctor clonning using them.

So if we finally get past the unwind info issues, I could start poking about
getting the PIC codegen working as a first experiment.

Honza
> 
> -Andi
> 
> -- 
> a...@linux.intel.com -- Speaking for myself only

Reply via email to