Carlos Esquerdo Bernat
Carlos Esquerdo Bernat
Updated example: lib, compile with: `v -shared .v -o lib.so` ```v module testdll const r = 0.14 const s = 3 + r @[callconv: stdcall] @[export: get_pi] pub fn return_pi()...
Hi @symil, that example doesn't exists anymore, can you send a code to try to replicate?
Wow, huge increase in performance, great job!
tiny replication: ```v module main pub struct C.aa { a u64 } pub fn main() {} ```
Maybe can be improved, updated timing with: `V 0.4.7 b947750` Running: `v -prod .v -o && ./` Assoc code: ``` 637912, 641149, 67002 3808703, 14182513, 2343937 2,31s user 0,29s system...
Related: https://github.com/vlang/v/pull/22188
Hi @Dialga, seems that now it's working, can you check? I'm getting now: `hi`
Still failing in: `V 0.4.7 b947750`
With the last version of v gets: ``` template.txt:9:32: error: undefined ident: `name` (veb action: main__bar) template.txt:9:32: error: expression does not return a value (veb action: main__bar) make: *** [Makefile:11:...