A similar issue was raised and fixed here: http://code.google.com/p/v8/issues/detail?id=2354
If you have the same issue it also means you were running on a CPU which didn't support s/udiv. Cheers, Rodolph. On 8 October 2012 23:16, <[email protected]> wrote: > On 2012/10/01 21:16:17, danno wrote: >> >> LGTM, I'll land this for you > > >> http://codereview.chromium.org/10977051/diff/17002/src/v8globals.h >> File src/v8globals.h (right): > > >> >> http://codereview.chromium.org/10977051/diff/17002/src/v8globals.h#newcode441 >> src/v8globals.h:441: SUDIV = 5, // ARM >> I changed this to 4 for the commit, I think keeping the sequence for a > > platform >> >> is more consistent than uniqueness over all platforms, which is already >> not >> guaranteed. > > > Has someone tried this in Android Chrome? I ran the V8 benchmark and it > hangs on > Crypto. > > > https://chromiumcodereview.appspot.com/10977051/ > > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
