I found a way to avoid recompiling when restarting the kernel. #336
Replies: 2 comments
-
Thanks. |
Beta Was this translation helpful? Give feedback.
-
I added a caching mechanism directly within evcxr itself. You can now use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the process:
init.evcxr
has the following commands:init.evcxr
and restart the kernelThen after that,
:sccache
is stilltrue
(andlinker
is stillmold
), but each time I restart the kernel, there is no recompiling.I thought this discovery is import for someone like me needing to restart the kernel frequently, it saves a lot of time.
Beta Was this translation helpful? Give feedback.
All reactions