mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Added TODO
This commit is contained in:
parent
9219279613
commit
70645643ca
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ struct gc_thread_data_t {
|
||||||
// Data needed for stack-based minor GC
|
// Data needed for stack-based minor GC
|
||||||
char *stack_start;
|
char *stack_start;
|
||||||
char *stack_limit;
|
char *stack_limit;
|
||||||
|
//TODO: store stack traces per thread
|
||||||
// Need the following to perform longjmp's
|
// Need the following to perform longjmp's
|
||||||
int mutator_num;
|
int mutator_num;
|
||||||
jmp_buf *jmp_start;
|
jmp_buf *jmp_start;
|
||||||
|
|
Loading…
Add table
Reference in a new issue