Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Issue 10561017: Avoid arbitrarily deep recursion in Array.sort. (Closed)

Created:
8 years, 6 months ago by Erik Corry
Modified:
8 years, 6 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Avoid arbitrarily deep recursion in Array.sort. BUG=v8:2185 Committed: http://code.google.com/p/v8/source/detail?r=11839

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -62 lines) Patch
M src/array.js View 1 chunk +69 lines, -62 lines 0 comments Download
A test/mjsunit/regress/regress-2185.js View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Erik Corry
8 years, 6 months ago (2012-06-16 07:14:48 UTC) #1
Erik Corry
This fix is 90% indentation, but the code review tool does not show it very ...
8 years, 6 months ago (2012-06-16 07:19:01 UTC) #2
Michael Starzinger
8 years, 6 months ago (2012-06-18 09:22:11 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698