Files
Syoyo Fujita 10a4570cbc Refactor TypedArray to use packed pointer wrapper around TypedArrayImpl
This change completes the TypedArray packed pointer implementation by:
- Renaming original TypedArray class to TypedArrayImpl
- Introducing TypedArray as a packed pointer wrapper using PackedPointer<TypedArrayImpl<T>>
- Updating all call sites to use operator-> for packed pointer access
- Removing cassert dependency and assert calls for better portability
- Adding explicit clang compiler selection in bootstrap script

This enables efficient deduplication of TimeSamples data through pointer packing
while maintaining a similar API surface.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 07:25:11 +09:00
..
2020-05-13 15:00:48 +09:00
2024-12-29 23:27:04 +09:00
2020-04-15 01:07:04 +09:00
2024-12-29 23:27:04 +09:00
2020-04-04 18:18:32 +09:00