v3: compile Volt and parallelize monomorphization #1165
Annotations
10 errors
|
v3:
vlib/v3/profiler/alloc.v#L68
unexpected symbol `void`
|
|
v3:
vlib/v3/profiler/alloc.v#L68
`profiler_state` does not return a value
|
|
v3:
vlib/v3/profiler/alloc.v#L68
undefined ident: `profiler_state`
|
|
v3:
vlib/v3/profiler/alloc.v#L67
cannot assign to `profiler_state.mu`: expected `void`, not `&sync.Mutex`
|
|
v3:
vlib/v3/profiler/alloc.v#L67
unexpected symbol `void`
|
|
v3:
vlib/v3/profiler/alloc.v#L67
`profiler_state` does not return a value
|
|
v3:
vlib/v3/profiler/alloc.v#L67
undefined ident: `profiler_state`
|
|
v3:
vlib/v3/profiler/alloc.v#L63
undefined ident: `profiler_init_once`
|
|
v3:
vlib/v3/profiler/alloc.v#L57
use `v -enable-globals ...` to enable globals
|
|
v3:
vlib/v3/profiler/alloc.v#L52
use `v -enable-globals ...` to enable globals
|