From f8146dfd845e8d9a8f19ae59ef9c9350cd9db453 Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Sat, 23 Mar 2019 15:48:47 +0200 Subject: 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 --- lib/system/timers.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/system/timers.nim') 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 -## ``_ +## ``_ type Ticks = distinct int64 -- cgit 1.4.1-2-gfad0