Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4446767
swarm.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
473 B
Referenced Files
None
Subscribers
None
swarm.h
View Options
#ifndef SILVER_JIT_H
#define SILVER_JIT_H
#ifdef ANT_JIT
#include
"silver/engine.h"
#define SV_JIT_OSR_THRESHOLD 500
void
sv_jit_init
(
ant_t
*
js
);
void
sv_jit_destroy
(
ant_t
*
js
);
void
sv_jit_mark_roots
(
ant_t
*
js
,
void
(
*
mark
)(
ant_t
*
,
ant_value_t
));
sv_jit_func_t
sv_jit_compile
(
ant_t
*
js
,
sv_func_t
*
func
,
sv_closure_t
*
hint_closure
);
ant_value_t
sv_jit_try_osr
(
sv_vm_t
*
vm
,
ant_t
*
js
,
sv_frame_t
*
frame
,
sv_func_t
*
func
,
int
bc_offset
);
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, May 2, 11:09 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
544312
Default Alt Text
swarm.h (473 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment