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

Unified Diff: tools/gcmole/gccause.lua

Issue 8113034: Adjust contents of kAheadOfTime to match write-barrier stub called from CompileArrayPushCall. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gcmole/gccause.lua
diff --git a/tools/gcmole/gccause.lua b/tools/gcmole/gccause.lua
index a6fe5421374a6b4acfc61045cc2a03d493bb404d..b9891767de390eb559393c71f45fb400de036029 100644
--- a/tools/gcmole/gccause.lua
+++ b/tools/gcmole/gccause.lua
@@ -48,6 +48,8 @@ local function TrackCause(name, lvl)
T[f] = true
TrackCause(f, (lvl or 0) + 1)
end
+
+ if f == '<GC>' then break end
Erik Corry 2011/10/04 11:25:23 Deliberate?
Vyacheslav Egorov (Chromium) 2011/10/04 11:30:29 Yes. Otherwise it goes too deep.
end
end
end
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698