mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 11:47:40 +00:00
Add first version of marsh (marshaling).
This commit is contained in:
@@ -45,6 +45,10 @@ extern DST_THREAD_LOCAL int dst_vm_stackn;
|
||||
* Set and unset by dst_run. */
|
||||
extern DST_THREAD_LOCAL DstFiber *dst_vm_fiber;
|
||||
|
||||
/* The global registry for c functions. Used to store metadata
|
||||
* along with otherwise bare c function pointers. */
|
||||
extern DST_THREAD_LOCAL DstTable *dst_vm_registry;
|
||||
|
||||
/* Immutable value cache */
|
||||
extern DST_THREAD_LOCAL const uint8_t **dst_vm_cache;
|
||||
extern DST_THREAD_LOCAL uint32_t dst_vm_cache_capacity;
|
||||
|
Reference in New Issue
Block a user