This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <linux/perf_event.h> | |
#include <asm/unistd.h> | |
#include <sys/ioctl.h> | |
static inline | |
int sys_perf_event_open(struct perf_event_attr *attr, | |
pid_t pid, int cpu, int group_fd, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: Source/JavaScriptCore/interpreter/Interpreter.cpp | |
=================================================================== | |
--- Source/JavaScriptCore/interpreter/Interpreter.cpp (revision 80598) | |
+++ Source/JavaScriptCore/interpreter/Interpreter.cpp (working copy) | |
@@ -75,6 +75,8 @@ | |
namespace JSC { | |
+Instruction* globalVPC; | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heroku login | |
heroku apps:create | |
git clone [email protected]:<your-url-here>.git -o heroku | |
vim index.php (or emacs index.php or notepad index.php) | |
git add . | |
git commit | |
git push heroku master |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.