Skip to content

Commit

Permalink
Bump up the call_til_compile to a sane number (found via profiling)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Jul 6, 2009
1 parent 1d789b3 commit f0dfede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace rubinius {
static const int default_gc_large_object = 2700;
static const int default_gc_lifetime = 6;
static const int default_jit_dump_code = 0;
static const int default_jit_call_til_compile = 200;
static const int default_jit_call_til_compile = 4000;
static const int default_jit_max_method_size = 2048;

Configuration()
Expand Down

0 comments on commit f0dfede

Please sign in to comment.