Skip to content

Conversation

sean7218
Copy link

@sean7218 sean7218 commented Aug 24, 2025

Summary

Add Compress argument defaulted to false for IndexUnitWriter constructor.

IndexUnitWriter.cpp

Changes

  • Modified the IndexUnitWriter constructor call to include an explicit Compress parameter set
    to false

Context

This change aligns with the Swift LLVM project's IndexUnitWriter implementation by explicitly specifying the
compression parameter. The false value maintains the current behavior while making the compression setting
explicit rather than relying on default parameter values.

Testing

  • Verify index import functionality remains unchanged
  • Confirm no performance regression in index processing

@sean7218 sean7218 requested a review from keith as a code owner August 24, 2025 17:21
@sean7218 sean7218 changed the title Add Compress argument defaulted to false IndexUnitWriter with Compress argument defaulted to false Aug 24, 2025
@sean7218 sean7218 force-pushed the sean7218/default-false-for-compression branch from 60f7ee6 to 456197d Compare August 24, 2025 17:52
@keith
Copy link
Member

keith commented Aug 25, 2025

started ci, please fix the dco

Signed-off-by: Sean Zhang <[email protected]>
@sean7218 sean7218 force-pushed the sean7218/default-false-for-compression branch from 456197d to 31ff3e0 Compare August 25, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants