Fix POST with streams to use chunked encoding, add http-put word
[factor/jcg.git] / vm / profiler.h
blob26a3a78d4b9dc0728513288b736bddffc3fb3977
1 bool profiling_p;
2 void primitive_profiling(void);
3 F_COMPILED *compile_profiling_stub(F_WORD *word);
4 void update_word_xt(F_WORD *word);