You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the tinygo application compiles, is there any risks associated with building for windows/macos/linux compared to standard go?
(In terms of production release to customers).
Is the tinygo garbage collector as good as the standard go garbage collector at preventing memory leaks? Notwithstanding that it hasn't been tested as thoroughly and isn't as performant?
For example can it detect and free memory that cyclically references each other - the standard go garbage collector can do that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If the tinygo application compiles, is there any risks associated with building for windows/macos/linux compared to standard go?
(In terms of production release to customers).
Is the tinygo garbage collector as good as the standard go garbage collector at preventing memory leaks? Notwithstanding that it hasn't been tested as thoroughly and isn't as performant?
For example can it detect and free memory that cyclically references each other - the standard go garbage collector can do that.
Beta Was this translation helpful? Give feedback.
All reactions