Hi Ben, Thanks a lot for your reply.
First of all, how will I get to know which patches need to be ported. Second, how will I test if the port worked fine? A very simple explanation would be really appreciated. :) Thanks, Umair On Saturday, May 27, 2017 at 3:33:48 PM UTC+5:30, Ben Noordhuis wrote: > > On Fri, May 26, 2017 at 3:03 PM, <[email protected] <javascript:>> > wrote: > > Hi, > > > > Can anyone point in some direction to work on v8. > > Please. > > I did have a look a lot of issues. > > > > For e.g. how about something like this - > > > https://bugs.chromium.org/p/v8/issues/detail?id=2051&q=&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20HW%20OS%20Component%20Stars > > > :) > > > > Thanks a lot in advance. > > > > - Umair > > The x87 backend has bitrotted after the move to GN, maybe that is > something you would like to work on? > > Fixing it up is a matter of adapting the build system (see attached > diff, apply to the build/ directory) and porting relevant patches. I > did some work on it last month[0] but I ran out of time. Feel free to > pick up where I left off, no attribution needed. > > [0] https://github.com/bnoordhuis/v8/commits/x87 > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
