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

Issue 211024: Eliminate recursion in ZoneSplayTree traversal. (Closed)

Created:
11 years, 3 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Eliminate recursion in ZoneSplayTree traversal. Convert the code to be similar with JS version. Recursive traversal is dangerous as it can cause stack exhaustion on deep trees. Committed: http://code.google.com/p/v8/source/detail?r=2939

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M src/zone.h View 2 chunks +1 line, -7 lines 0 comments Download
M src/zone-inl.h View 1 chunk +13 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mnaganov (inactive)
Kasper, I know you like splay trees a lot!
11 years, 3 months ago (2009-09-18 13:54:22 UTC) #1
Kasper Lund
11 years, 3 months ago (2009-09-21 04:49:34 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698