diff options
author | 2021-11-02 18:08:55 -0700 | |
---|---|---|
committer | 2021-11-02 18:08:55 -0700 | |
commit | cdbb4cf68ab5c72f86ecb78fc5408da1a0499436 (patch) | |
tree | c760437b7c62f939da4cd2a6a4c10c4939ce95d0 | |
parent | 204d468ad2b71cc3c455c5488167dc734ffe8b41 (diff) | |
download | bun-cdbb4cf68ab5c72f86ecb78fc5408da1a0499436.tar.gz bun-cdbb4cf68ab5c72f86ecb78fc5408da1a0499436.tar.zst bun-cdbb4cf68ab5c72f86ecb78fc5408da1a0499436.zip |
[interla] Comment
-rw-r--r-- | src/global.zig | 3 |
1 files changed, 3 insertions, 0 deletions
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"); |