Skip to content

Commit

Permalink
Warm up more slowly
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher committed Sep 10, 2024
1 parent 8b9b14d commit c66bd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Include/internal/pycore_backoff.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ backoff_counter_triggers(_Py_BackoffCounter counter)
/* Initial JUMP_BACKWARD counter.
* This determines when we create a trace for a loop.
* Backoff sequence 16, 32, 64, 128, 256, 512, 1024, 2048, 4096. */
#define JUMP_BACKWARD_INITIAL_VALUE 16
#define JUMP_BACKWARD_INITIAL_BACKOFF 4
#define JUMP_BACKWARD_INITIAL_VALUE 32
#define JUMP_BACKWARD_INITIAL_BACKOFF 5
static inline _Py_BackoffCounter
initial_jump_backoff_counter(void)
{
Expand Down

0 comments on commit c66bd3e

Please sign in to comment.