aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.version
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-11-21 03:52:14 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-11-21 03:52:14 -0800
commit469a36e3b6c7cffaceeddad6b57e51c55bf2493d (patch)
treedf6f7afa97c63f9c1bf28c5b431b7d1211b024fb /src/runtime.version
parentf9d333bec21a43f02c6dd8d98e402ab4e925c72a (diff)
downloadbun-469a36e3b6c7cffaceeddad6b57e51c55bf2493d.tar.gz
bun-469a36e3b6c7cffaceeddad6b57e51c55bf2493d.tar.zst
bun-469a36e3b6c7cffaceeddad6b57e51c55bf2493d.zip
[HMR] Large perf improvement for JS hot reloads at runtime
From benchmarking, I noticed that a lot of time was spent running `HMRModule.update()`. We don't need to call that function if updates for the same module ID have not changed any exports
Diffstat (limited to 'src/runtime.version')
-rw-r--r--src/runtime.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.version b/src/runtime.version
index 736b96d9d..66b29714a 100644
--- a/src/runtime.version
+++ b/src/runtime.version
@@ -1 +1 @@
-f41519acbec321a3 \ No newline at end of file
+4decc1484daa0fb4 \ No newline at end of file