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

Unified Diff: src/platform.h

Issue 5826004: Add a write buffer, aligned so that a single bit tells us whether it has... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 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/platform.h
===================================================================
--- src/platform.h (revision 6011)
+++ src/platform.h (working copy)
@@ -44,6 +44,9 @@
#ifndef V8_PLATFORM_H_
#define V8_PLATFORM_H_
+#include "utils.h"
+#include "v8globals.h"
+
#define V8_INFINITY INFINITY
// Windows specific stuff.
@@ -123,6 +126,7 @@
typedef intptr_t AtomicWord;
class Semaphore;
+class Mutex;
double ceiling(double x);
double modulo(double x, double y);

Powered by Google App Engine
This is Rietveld 408576698