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

Side by Side Diff: src/crankshaft/hydrogen.h

Issue 1605483002: Remove premature crankshaft optimization of HasInPrototypeChain. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_CRANKSHAFT_HYDROGEN_H_ 5 #ifndef V8_CRANKSHAFT_HYDROGEN_H_
6 #define V8_CRANKSHAFT_HYDROGEN_H_ 6 #define V8_CRANKSHAFT_HYDROGEN_H_
7 7
8 #include "src/accessors.h" 8 #include "src/accessors.h"
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/ast/ast.h" 10 #include "src/ast/ast.h"
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 F(FastOneByteArrayJoin) \ 2224 F(FastOneByteArrayJoin) \
2225 F(DebugBreakInOptimizedCode) \ 2225 F(DebugBreakInOptimizedCode) \
2226 F(StringCharCodeAt) \ 2226 F(StringCharCodeAt) \
2227 F(SubString) \ 2227 F(SubString) \
2228 F(RegExpExec) \ 2228 F(RegExpExec) \
2229 F(RegExpConstructResult) \ 2229 F(RegExpConstructResult) \
2230 F(RegExpFlags) \ 2230 F(RegExpFlags) \
2231 F(RegExpSource) \ 2231 F(RegExpSource) \
2232 F(NumberToString) \ 2232 F(NumberToString) \
2233 F(DebugIsActive) \ 2233 F(DebugIsActive) \
2234 F(HasInPrototypeChain) \
2235 /* Typed Arrays */ \ 2234 /* Typed Arrays */ \
2236 F(TypedArrayInitialize) \ 2235 F(TypedArrayInitialize) \
2237 F(DataViewInitialize) \ 2236 F(DataViewInitialize) \
2238 F(MaxSmi) \ 2237 F(MaxSmi) \
2239 F(TypedArrayMaxSizeInHeap) \ 2238 F(TypedArrayMaxSizeInHeap) \
2240 F(ArrayBufferViewGetByteLength) \ 2239 F(ArrayBufferViewGetByteLength) \
2241 F(ArrayBufferViewGetByteOffset) \ 2240 F(ArrayBufferViewGetByteOffset) \
2242 F(TypedArrayGetLength) \ 2241 F(TypedArrayGetLength) \
2243 /* ArrayBuffer */ \ 2242 /* ArrayBuffer */ \
2244 F(ArrayBufferGetByteLength) \ 2243 F(ArrayBufferGetByteLength) \
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 3056
3058 private: 3057 private:
3059 HGraphBuilder* builder_; 3058 HGraphBuilder* builder_;
3060 }; 3059 };
3061 3060
3062 3061
3063 } // namespace internal 3062 } // namespace internal
3064 } // namespace v8 3063 } // namespace v8
3065 3064
3066 #endif // V8_CRANKSHAFT_HYDROGEN_H_ 3065 #endif // V8_CRANKSHAFT_HYDROGEN_H_
OLDNEW
« no previous file with comments | « no previous file | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698