Skip to content

Commit

Permalink
Expr JIT compile serializetobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Nov 3, 2018
1 parent ff7c59d commit 64f86a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/jit/core_templates.expr
Expand Up @@ -2448,6 +2448,14 @@
(^getf $hllconfig MVMHLLConfig true_value)
(^getf $hllconfig MVMHLLConfig false_value))))

(template: serializetobuf
(call (^func &MVM_serialization_serialize)
(arglist
(carg (tc) ptr)
(carg $1 ptr)
(carg $2 ptr)
(carg $3 ptr)) ptr_sz))

(template: sp_resolvecode
(call (^func &MVM_frame_resolve_invokee_spesh)
(arglist
Expand Down

0 comments on commit 64f86a5

Please sign in to comment.