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

Issue 10543138: Reimplemented HGraph::Postorder and HGraph::PostorderLoopBlocks iteratively to avoid stack overflow… (Closed)

Created:
8 years, 6 months ago by Massi
Modified:
8 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Reimplemented HGraph::Postorder and HGraph::PostorderLoopBlocks iteratively to avoid stack overflows. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11843

Patch Set 1 #

Total comments: 21
Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -2 lines) Patch
M src/hydrogen.cc View 2 chunks +300 lines, -2 lines 21 comments Download

Messages

Total messages: 3 (0 generated)
Massi
8 years, 6 months ago (2012-06-13 15:31:58 UTC) #1
Jakob Kummerow
LGTM with a bunch of comments, but nothing major. I'm still not a fan of ...
8 years, 6 months ago (2012-06-14 17:24:14 UTC) #2
Massi
8 years, 6 months ago (2012-06-18 11:21:30 UTC) #3
https://chromiumcodereview.appspot.com/10543138/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://chromiumcodereview.appspot.com/10543138/diff/1/src/hydrogen.cc#newcod...
src/hydrogen.cc:993: default:
On 2012/06/14 17:24:14, Jakob wrote:
> Again, please remove the default case.

If I remove it I cannot compile, likewise if I remove the "return NULL;" at the
end...

Powered by Google App Engine
This is Rietveld 408576698