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

Unified Diff: src/crankshaft/hydrogen.h

Issue 1617503003: [Atomics] code stubs for atomic operations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: call code stub from TF 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 side-by-side diff with in-line comments
Download patch
Index: src/crankshaft/hydrogen.h
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
index 0a08402fc61e210161c9b5a2cfb56088f04c78a9..22fbf525694d6fc72368f83c49be81c805d86dc4 100644
--- a/src/crankshaft/hydrogen.h
+++ b/src/crankshaft/hydrogen.h
@@ -2272,7 +2272,9 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
/* Arrays */ \
F(HasFastPackedElements) \
/* JSValue */ \
- F(JSValueGetValue)
+ F(JSValueGetValue) \
+ /* Atomics */ \
+ F(AtomicsLoad)
#define GENERATOR_DECLARATION(Name) void Generate##Name(CallRuntime* call);
FOR_EACH_HYDROGEN_INTRINSIC(GENERATOR_DECLARATION)

Powered by Google App Engine
This is Rietveld 408576698