1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
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
..
tests Fix #1107 2019-07-15 16:30:06 +02:00
cgen.v fix hot code reloading for GUI example bounce on linux: works when compiled with 'v -live -sanitize bounce.v' . 2019-07-15 12:28:35 +02:00
fn.v re-write map.v and update the compiler 2019-07-14 22:08:17 +02:00
jsgen.v new enum syntax; update the compiler (p.tok == .name) 2019-07-10 02:02:38 +02:00
main.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
parser.v FreeBSD support 2019-07-15 17:24:44 +02:00
scanner.v re-write map.v and update the compiler 2019-07-14 22:08:17 +02:00
table.v fix maps 2019-07-15 12:33:18 +02:00
token.v re-write map.v and update the compiler 2019-07-14 22:08:17 +02:00