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

Issue 12380026: Limit EatAtLeast recursion by a budget. (Closed)

Created:
7 years, 9 months ago by Yang
Modified:
7 years, 9 months ago
Reviewers:
erikcorry, Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Limit EatAtLeast recursion by a budget. BUG=178790 Committed: https://code.google.com/p/v8/source/detail?r=13788

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -98 lines) Patch
M src/jsregexp.h View 14 chunks +10 lines, -35 lines 1 comment Download
M src/jsregexp.cc View 11 chunks +41 lines, -50 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-178790.js View 2 chunks +15 lines, -13 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Yang
Please take a look. The diffs should show up this time.
7 years, 9 months ago (2013-02-28 16:17:24 UTC) #1
erikcorry
LGTM https://codereview.chromium.org/12380026/diff/1/src/jsregexp.h File src/jsregexp.h (right): https://codereview.chromium.org/12380026/diff/1/src/jsregexp.h#newcode617 src/jsregexp.h:617: static const int kFillInBMBudget = 200; This seems ...
7 years, 9 months ago (2013-03-01 09:15:52 UTC) #2
Yang
7 years, 9 months ago (2013-03-01 14:50:26 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r13788 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698