mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
local-stack allocation complete w/o subframe clears
This commit is contained in:
parent
bff25d25f3
commit
1906647dfd
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ local_stack_frame_t* local_stack_frame_alloc(int size);
|
|||
void local_stack_frame_free(local_stack_frame_t* pframe);
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
//#define LOCAL_STACK_TRACE_ENABLE // xxx disable
|
||||
#define LOCAL_STACK_BOUNDS_CHECK_ENABLE // xxx disable
|
||||
//#define LOCAL_STACK_TRACE_ENABLE
|
||||
//#define LOCAL_STACK_BOUNDS_CHECK_ENABLE
|
||||
|
||||
#ifdef LOCAL_STACK_BOUNDS_CHECK_ENABLE
|
||||
static int local_stack_bounds_check_announce_first_call = TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue