From cdbb4cf68ab5c72f86ecb78fc5408da1a0499436 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 2 Nov 2021 18:08:55 -0700 Subject: [interla] Comment --- src/global.zig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/global.zig') diff --git a/src/global.zig b/src/global.zig index 330c4387c..638bb1ae7 100644 --- a/src/global.zig +++ b/src/global.zig @@ -415,6 +415,9 @@ pub const Global = struct { }; // Enabling huge pages slows down Bun by 8x or so + // Keeping this code for: + // 1. documentation that an attempt was made + // 2. if I want to configure allocator later pub fn configureAllocator(config: AllocatorConfiguration) void { // if (comptime !use_mimalloc) return; // const Mimalloc = @import("./allocators/mimalloc.zig"); -- cgit v1.2.3