Skip to content

Instantly share code, notes, and snippets.

View Geequlim's full-sized avatar

Geequlim Geequlim

View GitHub Profile
@Geequlim
Geequlim / 2020-07-05
Created July 19, 2020 03:48
QuickJS-Patch
diff --git a/quickjs.c b/quickjs.c
index 8fbb7a3..00d67df 100644
--- a/quickjs.c
+++ b/quickjs.c
@@ -73,7 +73,7 @@
#if !defined(EMSCRIPTEN)
/* enable stack limitation */
-#define CONFIG_STACK_CHECK
+// #define CONFIG_STACK_CHECK
#ifndef ECMASCRIPT_ALLOCATOR_H
#define ECMASCRIPT_ALLOCATOR_H
#include "core/os/memory.h"
template <class T>
class ECMAScriptNativeAllocator {
struct Node {
Node *previous = NULL;
@Geequlim
Geequlim / extensions.json
Last active March 15, 2026 15:25
Visual Studio Code Settings Sync Gist
[
{
"id": "adpyke.codesnap",
"name": "codesnap",
"publisher": "adpyke",
"version": "1.3.4"
},
{
"id": "aidan-gibson.river",
"name": "river",