This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e5217b928e
factor
/
vm
/
profiler.h
4 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Redo the profiler
2008-01-02 19:36:36 -05:00
bool
profiling_p
;
Split up types.c/h into smaller files, remove optimized slot from F_WORD struct
2009-04-28 18:26:11 -04:00
F_CODE_BLOCK
*
compile_profiling_stub
(
CELL
word
)
;
New calling convention for VM primitives: instead of the Factor side passing the stack pointer as the first parameter, and having the VM save it to stack_chain->top, we instead have the Factor side save it. Eliminates a lot of crud in the VM
2008-11-13 04:20:34 -05:00
void
primitive_profiling
(
void
)
;