Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4421569
swarm.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
402 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
);
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, 12:36 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
541136
Default Alt Text
swarm.h (402 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment