Skip to content

Commit

Permalink
Compiled code was expending compact sequences on the stack.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@74678 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
luke committed May 1, 2018
1 parent d1f57a7 commit e0b8474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/eval.c
Expand Up @@ -3907,6 +3907,7 @@ SEXP do_subassign2_dflt(SEXP, SEXP, SEXP, SEXP);

static SEXP seq_int(int n1, int n2)
{
#define USE_ALTREP_COMPACT_INTRANGE
#ifdef USE_ALTREP_COMPACT_INTRANGE
return R_compact_intrange(n1, n2);
#else
Expand Down

0 comments on commit e0b8474

Please sign in to comment.