Reviewers: Mads Ager, Message: This should fix http://code.google.com/p/v8/issues/detail?id=266
I have only run the tests on linux with gcc 4.4 and in release mode I get some crashes BUT those same crashes are present even with the existing dtoa.c thus suggesting that this patch is probably not involved. In debug mode, everything passes perfectly. The easiest way to review this would probably be to diff the new dtoa.c against the www.netlib.org/fp/dtoa.c version and compare that to the original changes that were made to the v8 dtoa.c code. Thank you! Description: Update v8 dtoa.c with latest changes from http://www.netlib.org/fp/dtoa.c This should solve gcc 4.4 strict aliasing issues. Please review this at http://codereview.chromium.org/115176 SVN Base: http://v8.googlecode.com/svn/trunk/ Affected files: M src/dtoa-config.c M src/third_party/dtoa/dtoa.c --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
