Skip to content

Conversation

@obastemur
Copy link
Collaborator

No description provided.

#ifndef __IOS__
static THREAD_LOCAL ULONG_PTR s_cachedThreadStackHighLimit = 0;
static THREAD_LOCAL ULONG_PTR highLimit_cache = 0;
static THREAD_LOCAL ULONG_PTR lowLimit_cache = 0;

Choose a reason for hiding this comment

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

nit: highLimit_cache and s_cachedThreadStackHighLimit seems to be the same thing duplicated.
nit: global static variable naming inconsistency.

@obastemur
Copy link
Collaborator Author

@jianchun Thanks for the review and comments!

@chakrabot chakrabot merged commit 877c6d7 into chakra-core:release/2.0 Mar 17, 2017
chakrabot pushed a commit that referenced this pull request Mar 17, 2017
Merge pull request #2679 from obastemur:cache_stackl
chakrabot pushed a commit that referenced this pull request Mar 17, 2017
Merge pull request #2679 from obastemur:cache_stackl
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.

4 participants