1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin
Uwe Krüger 3220ab7053
Boehm-GC: fix global const handling (#9477)
* define global `__v_inside_init`

* unset `__v_inside_init` after `_vinit()`

* define `C.GC_MALLOC_UNCOLLECTABLE()`

* allocate uncollectable memory during `_vinit()`

* ci: run test cases with V copiler that uses GC-Boehm itself

* wrap `__v_inside_init` access into `#ifdef _VGCBOEHM`
2021-03-26 16:44:45 +02:00
..
bare
js
array_test.v
array.v
builtin_d_gcboehm.v
builtin_nix.c.v
builtin_notd_gcboehm.v
builtin_windows.c.v
builtin.c.v
builtin.v
byte_test.v
cfns.c.v
chan.v
float_test.v
float_x64.v
float.v
int_test.v
int.v
isnil_test.v
map_of_floats_test.v
map_test.v
map.v
option.v
rune.v
sorted_map.v
sorting_test.v
string_int_test.v
string_strip_margin_test.v
string_test.v
string.v
utf8_test.v
utf8.c.v
utf8.v