mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
This commit is contained in:
parent
738f847f89
commit
e983d75b64
31 changed files with 278 additions and 191 deletions
|
@ -113,6 +113,6 @@ fn init() {
|
|||
}
|
||||
|
||||
if ret < 0 {
|
||||
panic('failed to initialize coroutines via photon (ret=${ret})')
|
||||
panic_n('failed to initialize coroutines via photon ret:', ret)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue