[v8-dev] Re: Issue 287 in v8: Long, complex regexp pattern (in WebKit layout test) hangs

2012-01-06 Thread codesite-noreply
Comment #8 on issue 287 by l...@chromium.org: Long, complex regexp pattern (in WebKit layout test) hangs http://code.google.com/p/v8/issues/detail?id=287 Issue 430 has been merged into this issue. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 430 in v8: Regex hardlock

2012-01-06 Thread codesite-noreply
Updates: Status: Duplicate Owner: l...@chromium.org Mergedinto: 287 Comment #8 on issue 430 by l...@chromium.org: Regex hardlock http://code.google.com/p/v8/issues/detail?id=430 (No comment was entered for this change.) -- v8-dev mailing list v8-dev@googlegroups.com http

[v8-dev] Re: Issue 1888 in v8: RegExp runs infinitely in Chrome

2012-01-06 Thread codesite-noreply
Comment #3 on issue 1888 by l...@chromium.org: RegExp runs infinitely in Chrome http://code.google.com/p/v8/issues/detail?id=1888 Your RegExp hits what it traditionally called "catastrophic backtracking" . That means that it keeps retrying different ways to parse the same string, and fail

[v8-dev] Re: Issue 1888 in v8: RegExp runs infinitely in Chrome

2012-01-06 Thread codesite-noreply
Comment #2 on issue 1888 by l...@chromium.org: RegExp runs infinitely in Chrome http://code.google.com/p/v8/issues/detail?id=1888 Your RegExp hits what it traditionally called "catastrophic backtracking" . That means that it keeps retrying different ways to parse the same string, and fail

[v8-dev] Re: Issue 1888 in v8: RegExp runs infinitely in Chrome

2012-01-06 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 287 Comment #1 on issue 1888 by erik.corry: RegExp runs infinitely in Chrome http://code.google.com/p/v8/issues/detail?id=1888 (No comment was entered for this change.) -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com

[v8-dev] Re: Issue 287 in v8: Long, complex regexp pattern (in WebKit layout test) hangs

2012-01-06 Thread codesite-noreply
Comment #7 on issue 287 by erik.corry: Long, complex regexp pattern (in WebKit layout test) hangs http://code.google.com/p/v8/issues/detail?id=287 Issue 1888 has been merged into this issue. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Issue 1888 in v8: RegExp runs infinitely in Chrome

2012-01-06 Thread codesite-noreply
Status: New Owner: New issue 1888 by fam@live.nl: RegExp runs infinitely in Chrome http://code.google.com/p/v8/issues/detail?id=1888 In Google Chrome 17.0.963.26 (using V8 3.7.12.12), the following command runs forever. /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|

[v8-dev] Attention, des nouvelles visites sur ton profil Badoo !

2012-01-06 Thread Badoo
De nouvelles visites sur Badoo ! 1 nouvelle personne a visité ton profil, parce qu'elle s'intéresse à toi. D'autres personnes sont aussi présentes: Eman Découvre vos intérêts communs http://eu1.badoo.com/access.phtml?UID=261054792&secret=gKHxdj3QC0&g=50&m=47&mid=4f07620b00060046aad7492

[v8-dev] Tu as 1 nouveau message

2012-01-06 Thread Badoo
Tu as 1 nouveau message Quelqu'un s'intéresse à toi ! Tu seras la seule personne pouvant lire et supprimer le message à tout moment. Tu pourras aussi y répondre au travers de Badoo "Messages". Pour lire tes 1 nouveau message de 1 contact, suis simplement ce lien : http://eu1.badoo.com/access.

[v8-dev] Re: MIPS: Check that address given to __ RecordWrite is correct. (issue 8561001)

2012-01-06 Thread gergely
Rebased on r10351 http://codereview.chromium.org/8561001/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Backport hash collision workaround to 3.6. (issue 9124004)

2012-01-06 Thread erik . corry
Reviewers: Vyacheslav Egorov, Description: Backport hash collision workaround to 3.6. This is made up of 9956, 10351, 10338 and 10330. This change bakes the string hash key into the snapshot, so it is determined at build time for shapshot configs. Please review this at http://codereview.chromium

[v8-dev] [v8] r10352 committed - Merge r10350 from the bleeding_edge to the 3.7 branch....

2012-01-06 Thread codesite-noreply
Revision: 10352 Author: vego...@chromium.org Date: Fri Jan 6 03:37:26 2012 Log: Merge r10350 from the bleeding_edge to the 3.7 branch. Adjust position recorded for call expressions. For calls of the form ident(...) record position of the identifier as the position of the call. For

[v8-dev] [v8] r10351 committed - Fix test-hashing after recent changes to string hashing....

2012-01-06 Thread codesite-noreply
Revision: 10351 Author: erik.co...@gmail.com Date: Fri Jan 6 03:33:20 2012 Log: Fix test-hashing after recent changes to string hashing. Acriave test-hashing in SCons and buildbot runs. Small cleanups in root register handling on ARM and MIPS. Review URL: http://codereview.chromium.org

[v8-dev] [v8] r10353 committed - Tagging 3.7.12.13

2012-01-06 Thread codesite-noreply
Revision: 10353 Author: vego...@chromium.org Date: Fri Jan 6 03:38:08 2012 Log: Tagging 3.7.12.13 http://code.google.com/p/v8/source/detail?r=10353 Added: /tags/3.7.12.13 -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Merge r10350 from the bleeding_edge to the 3.7 branch. (issue 9127002)

2012-01-06 Thread kmillikin
LGTM. http://codereview.chromium.org/9127002/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Merge r10350 from the bleeding_edge to the 3.7 branch. (issue 9127002)

2012-01-06 Thread vegorov
Reviewers: Kevin Millikin, Description: Merge r10350 from the bleeding_edge to the 3.7 branch. Adjust position recorded for call expressions. For calls of the form ident(...) record position of the identifier as the position of the call. For other calls record positions of the opening parenthes

[v8-dev] Re: Fix test-hashing after recent changes to string hashing. (issue 9110029)

2012-01-06 Thread yangguo
LGTM with comment. http://codereview.chromium.org/9110029/diff/1/src/mips/builtins-mips.cc File src/mips/builtins-mips.cc (right): http://codereview.chromium.org/9110029/diff/1/src/mips/builtins-mips.cc#newcode1119 src/mips/builtins-mips.cc:1119: // Set up the roots register. Isn't this part su

[v8-dev] Fix test-hashing after recent changes to string hashing. (issue 9110029)

2012-01-06 Thread erik . corry
Reviewers: Yang, Description: Fix test-hashing after recent changes to string hashing. Acriave test-hashing in SCons and buildbot runs. Small cleanups in root register handling on ARM and MIPS. Please review this at http://codereview.chromium.org/9110029/ SVN Base: http://v8.googlecode.com/svn/

[v8-dev] [v8] r10350 committed - Adjust position recorded for call expressions....

2012-01-06 Thread codesite-noreply
Revision: 10350 Author: vego...@chromium.org Date: Fri Jan 6 02:26:17 2012 Log: Adjust position recorded for call expressions. For calls of the form ident(...) record position of the identifier as the position of the call. For other calls record positions of the opening parenthesi

[v8-dev] Re: Adjust position recorded for call expressions. (issue 9125001)

2012-01-06 Thread kmillikin
LGTM. http://codereview.chromium.org/9125001/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Adjust position recorded for call expressions. (issue 9125001)

2012-01-06 Thread vegorov
Reviewers: Kevin Millikin, Description: Adjust position recorded for call expressions. For calls of the form ident(...) record position of the identifier as the position of the call. For other calls record positions of the opening parenthesis. This guarantees that for expressions of the form fu

[v8-dev] Re: Merge revision 10297 to the experimental wpotest branch: Enable max optimization for v8 in chromium. (issue 9124001)

2012-01-06 Thread danno
lgtm http://codereview.chromium.org/9124001/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev