Files
Nim/lib
Viktor Kirilov f8146dfd84 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
2019-03-23 14:48:47 +01:00
..
2017-02-20 17:24:19 +02:00
2019-02-08 21:38:27 +01:00
2013-03-16 23:53:07 +01:00
2018-11-23 11:58:29 +01:00
2014-08-28 09:59:26 +02:00