Skip to content

Commit

Permalink
try 128k limit
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed May 9, 2016
1 parent 3f51864 commit b5faa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targetrsqueak.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def init_from_arguments(self):


def entry_point(argv):
jit.set_param(None, "trace_limit", 64000)
jit.set_param(None, "trace_limit", 256000)
# == Main execution parameters
space = prebuilt_space
cfg = Config(space, argv)
Expand Down

0 comments on commit b5faa9f

Please sign in to comment.