Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuttx: if STACK_GUARD_SIZE is not set, leave it to config.h #2927

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

yamt
Copy link
Collaborator

@yamt yamt commented Dec 25, 2023

@@ -187,9 +187,7 @@ CSRCS += utils.c
VPATH += $(IWASM_ROOT)/libraries/debug-engine
endif

ifeq ($(CONFIG_INTERPRETERS_WAMR_STACK_GUARD_SIZE),)
CFLAGS += -DWASM_STACK_GUARD_SIZE=0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the default value of DWASM_STACK_GUARD_SIZE?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#define WASM_STACK_GUARD_SIZE (1024)

@yamt yamt marked this pull request as ready for review January 19, 2024 10:57
@wenyongh
Copy link
Contributor

@no1wudi Could you help review this PR? Shall we merge it? Thanks.

@wenyongh wenyongh merged commit 4bafa40 into bytecodealliance:main Jan 23, 2024
393 checks passed
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants