v/examples/hot_code_reloading
Delyan Angelov 37aff9b107 hot reload: no -sanitize is needed anymore, -live is now enough on both Linux and MacOS X
* hot reload for GL programs: force the main executable (the shared library loader) to be build with -rdynamic flag, when -live is passed to v compiler.

* hot reload: optimize away a redundant load_so/0 call at the start of the reload_so thread.

* hot code reload for MacOSX requires -flat_namespace flag instead of -rdynamic (on linux).
2019-07-15 17:32:00 +02:00
..
bounce.v hot reload: no -sanitize is needed anymore, -live is now enough on both Linux and MacOS X 2019-07-15 17:32:00 +02:00
message.v hot code reloading examples 2019-07-07 22:02:27 +02:00