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

Unified Diff: src/objects-inl.h

Issue 8700008: New approach to Crankshaft decision-making (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix function self-optimization; address first comment Created 9 years 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
Index: src/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index 43eeb0f6269efeaacacea8b5842810b0df1a021f..55738f59b3534a339ae857b64e9119172d9a2796 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -3876,6 +3876,9 @@ bool JSFunction::is_compiled() {
}
+SMI_ACCESSORS(JSFunction, profiler_ticks, kProfilerTicksOffset)
+
+
FixedArray* JSFunction::literals() {
ASSERT(!shared()->bound());
return literals_or_bindings();

Powered by Google App Engine
This is Rietveld 408576698