|
|
|
|
|
by fuhsnn
178 days ago
|
|
Looking forward to the release! What I found troublesome were not really the caching of array count, but when and where should the side effect be represented in AST, for example this one: https://godbolt.org/z/rcT1d8WWe the puts() call is a side effect for automatic variable but completely ignored for static variable. |
|