diff options
author | 2021-11-21 03:52:14 -0800 | |
---|---|---|
committer | 2021-11-21 03:52:14 -0800 | |
commit | 469a36e3b6c7cffaceeddad6b57e51c55bf2493d (patch) | |
tree | df6f7afa97c63f9c1bf28c5b431b7d1211b024fb /src/runtime.version | |
parent | f9d333bec21a43f02c6dd8d98e402ab4e925c72a (diff) | |
download | bun-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.version | 2 |
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 |