2009/6/3 ryan dahl <[email protected]>: > >> As far as I can see the only tests which are not failing are the ones which >> does not initialize V8, but tests various utility components standalone, so >> it looks as if it is the VM startup which is broken. > > Is there anything I can do to debug this further?
It seems your gcc is miscompiling something when optimizing. Strange, since version-wise it looks like a perfectly normal gcc. You could start by doing a release build with -O0 instead of -O2 (edit the SConstruct file). If that works then you could start copying .o files back and forth using binary chop to find out which one is being miscompiled. -- Erik Corry, Software Engineer Google Denmark ApS. CVR nr. 28 86 69 84 c/o Philip & Partners, 7 Vognmagergade, P.O. Box 2227, DK-1018 Copenhagen K, Denmark. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
