diff options
| author | gingerBill <bill@gingerbill.org> | 2022-11-08 14:58:05 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-11-08 14:58:05 +0000 |
| commit | a71daee545f5425aae971c0e00d7064fe53d64c7 (patch) | |
| tree | 0509041a757de626760408684e2db4c1b22678b3 /src/types.cpp | |
| parent | 046dd5503211c617a88d7de7d089dd5b74e63500 (diff) | |
Allow for `-use-static-map-calls` which generates a get procedure per `map`; add `runtime.map_get`
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index ab82e87b8..74b192010 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -693,6 +693,7 @@ gb_global Type *t_raw_map_ptr = nullptr; gb_global Type *t_equal_proc = nullptr; gb_global Type *t_hasher_proc = nullptr; +gb_global Type *t_map_get_proc = nullptr; gb_global Type *t_objc_object = nullptr; gb_global Type *t_objc_selector = nullptr; |