Skip to content

Commit

Permalink
FIXED: Re-enable token object pools in default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Oct 28, 2020
1 parent 4b57e74 commit 8afd127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#define TOKEN_PARSER_TEMPLATE_H


#define kUseObjectPool_disabled 1 //!< Use an object pool to allocate tokens to improve
#define kUseObjectPool 1 //!< Use an object pool to allocate tokens to improve
//!< performance in memory allocation. Frees all
//!< tokens at once, however, at end of parsing.

Expand Down

0 comments on commit 8afd127

Please sign in to comment.