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

Issue 593108: GetScriptLineNumber was changed. ... (Closed)

Created:
10 years, 10 months ago by loislo
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

GetScriptLineNumber was changed. Now it is using binary search instead of linear.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 8

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -15 lines) Patch
M src/handles.cc View 1 2 3 4 5 1 chunk +15 lines, -15 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
loislo1
GetScriptLineNumber was changed. Now it is using binary search algorithm.
10 years, 10 months ago (2010-02-15 17:33:55 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/593108/diff/4/6 File src/handles.cc (right): http://codereview.chromium.org/593108/diff/4/6#newcode491 src/handles.cc:491: while (int half = (right - left) / ...
10 years, 10 months ago (2010-02-16 10:23:00 UTC) #2
loislo1
Done. I've removed PerfGetScriptLineNumber because it was need just for comparision old implementation against new ...
10 years, 10 months ago (2010-02-16 10:53:35 UTC) #3
loislo1
10 years, 10 months ago (2010-02-16 12:56:10 UTC) #4
Regression at EquivalenceOfLoggingAndTraversal was fixed.

Powered by Google App Engine
This is Rietveld 408576698