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

Reduce ExecutionState size and compute stacklimit correctly #1275

Merged
merged 2 commits into from
Nov 20, 2023

Commits on Nov 16, 2023

  1. Divide ExectuionState to ExecutionState and ExtendedExecutionState(wi…

    …th rareData)
    
    * This path reduce gc_malloc count for try-catch, with, generator, async function
    
    Signed-off-by: Seonghyun Kim <[email protected]>
    ksh8281 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3218351 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Revise computing and using stack limit

    * Compute stack limit correctly through pthread API or Windows internal API
    * Store stack limit in TLS(or global) not a VMInstance or ExecutionState
    
    Signed-off-by: Seonghyun Kim <[email protected]>
    ksh8281 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    07e65c0 View commit details
    Browse the repository at this point in the history