summary refs log tree commit diff stats
path: root/lib/system/timers.nim
diff options
context:
space:
mode:
authorViktor Kirilov <vik.kirilov@gmail.com>2019-03-23 15:48:47 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-03-23 14:48:47 +0100
commitf8146dfd845e8d9a8f19ae59ef9c9350cd9db453 (patch)
tree44c10936f119d2090a403d62f97c39ef185af1bc /lib/system/timers.nim
parent0b2a3f6f7f7dfc40e08d287f41f7ce7c2e51fd9c (diff)
downloadNim-f8146dfd845e8d9a8f19ae59ef9c9350cd9db453.tar.gz
improvements on the hot code reloading support (#10892)
* calling the "_actual" versions of functions when defined within the same module - slowdown for the snappy compression is now down from x6 to x4-x5 when HCR is ON
* dynamically linking to the runtime for VS when HCR is on - binaries are smaller
* compilerProcs are also called using the _actual direct version within the module they are defined (system)!
* updated comments & goals
* handling VS-compatible compilers on Windows in a cleaner way
* now the .dll/.so files end up in the nimcache even when --nimcache isn't explicitly stated
Diffstat (limited to 'lib/system/timers.nim')
-rw-r--r--lib/system/timers.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/timers.nim b/lib/system/timers.nim
index 4cd2fe840..b0882ffa1 100644
--- a/lib/system/timers.nim
+++ b/lib/system/timers.nim
@@ -8,7 +8,7 @@
 #
 
 ## Timer support for the realtime GC. Based on
-## `<https://github.com/jckarter/clay/blob/master/compiler/src/hirestimer.cpp>`_
+## `<https://github.com/jckarter/clay/blob/master/compiler/hirestimer.cpp>`_
 
 type
   Ticks = distinct int64