Skip to content

Commit

Permalink
Try __noinline__
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 13, 2024
1 parent 18ab33d commit 4b56a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -2965,6 +2965,7 @@ gzfile_read_all(struct gzfile *gz)
return gzfile_newstr(gz, dst);
}

__attribute__((__noinline__))
static VALUE
gzfile_getc_dummy_encoding(struct gzfile *gz)
{
Expand Down

0 comments on commit 4b56a7e

Please sign in to comment.