We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a70d24 commit f592880Copy full SHA for f592880
src/jit/core_templates.expr
@@ -1823,12 +1823,25 @@
1823
(carg $1 ptr)
1824
(carg $2 ptr)) ptr_sz))
1825
1826
+(template: getpid
1827
+ (call (^func &MVM_proc_getpid)
1828
+ (arglist
1829
+ (carg (tc) ptr)) int_sz))
1830
+
1831
(template: assertparamcheck!
1832
(when (zr $0)
1833
(callv (^func &MVM_args_bind_failed)
1834
(arglist
1835
(carg (tc) ptr)))))
1836
1837
+(template: hintfor
1838
+ (call (^getf (^repr $1) MVMREPROps attr_funcs.hint_for)
1839
1840
+ (carg (tc) ptr)
1841
+ (carg (^stable $1) ptr)
1842
+ (carg $1 ptr)
1843
+ (carg $2 ptr)) int_sz))
1844
1845
(template: getuniname
1846
(call (^func &MVM_unicode_get_name)
1847
0 commit comments