mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
docs/internals: fix hyperlink
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ Differences from ``go``
|
||||
enables far more optimization opportunities. In the future, an option should
|
||||
be added for incremental compilation during edit-compile-test cycles.
|
||||
* Interfaces are always represented as a ``{typecode, value}`` pair. `Unlike
|
||||
Go <https://research.swtch.com/interfaces>`, TinyGo will not precompute a
|
||||
Go <https://research.swtch.com/interfaces>`_, TinyGo will not precompute a
|
||||
list of function pointers for fast interface method calls. Instead, all
|
||||
interface method calls are looked up where they are used. This may sound
|
||||
expensive, but it avoids memory allocation at interface creation.
|
||||
|
||||
Reference in New Issue
Block a user