Skip to content

Commit

Permalink
Undo increase of libPAS internal minimum alignment from 8 to 16 bytes
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271487
rdar://124708602

Reviewed by Yusuke Suzuki and Justin Michaud.

Reverts previous increase of PAS_INTERNAL_MIN_ALIGN, bumping it back
down to 8 bytes.

* Source/bmalloc/libpas/src/libpas/pas_config.h:

Canonical link: https://commits.webkit.org/276643@main
  • Loading branch information
ddegazio committed Mar 25, 2024
1 parent 24c8370 commit ed9c798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/bmalloc/libpas/src/libpas/pas_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#define PAS_MAX_GRANULES 1024
#endif

#define PAS_INTERNAL_MIN_ALIGN_SHIFT 4
#define PAS_INTERNAL_MIN_ALIGN_SHIFT 3
#define PAS_INTERNAL_MIN_ALIGN ((size_t)1 << PAS_INTERNAL_MIN_ALIGN_SHIFT)

#if defined(PAS_BMALLOC)
Expand Down

0 comments on commit ed9c798

Please sign in to comment.