Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2916383
swarm.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
398 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
);
jsval_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
Thu, Mar 26, 4:48 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512022
Default Alt Text
swarm.h (398 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment