hermes-engine
Advanced tools
@@ -23,7 +23,3 @@ /* | ||
| #ifdef _MSC_VER | ||
| #ifdef CREATE_SHARED_LIBRARY | ||
| #define HERMES_EXPORT __declspec(dllexport) | ||
| #else | ||
| #define HERMES_EXPORT | ||
| #endif // CREATE_SHARED_LIBRARY | ||
| #else // _MSC_VER | ||
@@ -30,0 +26,0 @@ #define HERMES_EXPORT __attribute__((visibility("default"))) |
@@ -154,3 +154,3 @@ /* | ||
| /* Maximum heap size hint. */ \ | ||
| F(constexpr, gcheapsize_t, MaxHeapSize, 512 << 20) \ | ||
| F(constexpr, gcheapsize_t, MaxHeapSize, 3u << 30) \ | ||
| \ | ||
@@ -157,0 +157,0 @@ /* Sizing heuristic: fraction of heap to be occupied by live data. */ \ |
+1
-1
| { | ||
| "name": "hermes-engine", | ||
| "version": "0.8.1", | ||
| "version": "0.9.0", | ||
| "private": false, | ||
@@ -5,0 +5,0 @@ "description": "A JavaScript engine optimized for running React Native on Android", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
20585138
-2.27%