Overview
| Comment: | Only use 4 bits to classify tagged pointers
This leaves 28/60 bits for the value. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | tagged-pointers |
| Files: | files | file ages | folders |
| SHA3-256: |
943cf978435fc8205f6a6c609138d2ac |
| User & Date: | js on 2020-07-04 00:24:54 |
| Other Links: | branch diff | manifest | tags |
Context
|
2020-07-04
| ||
| 00:40 | Use a regular int for the tagged pointer class ID (check-in: a8d453813c user: js tags: tagged-pointers) | |
| 00:24 | Only use 4 bits to classify tagged pointers (check-in: 943cf97843 user: js tags: tagged-pointers) | |
|
2020-07-01
| ||
| 21:32 | Merge trunk into branch "tagged-pointers" (check-in: 6d5cc25f0c user: js tags: tagged-pointers) | |
Changes
Modified src/runtime/lookup-asm/lookup-asm-x86-elf.S from [c25a1420f7] to [6468f2e74c]. [diff]
Modified src/runtime/lookup-asm/lookup-asm-x86-win32.S from [db823a1fe8] to [6bf3eb314e]. [diff]
Modified src/runtime/lookup-asm/lookup-asm-x86_64-elf.S from [14d6290458] to [00fefd9a7f]. [diff]
Modified src/runtime/lookup-asm/lookup-asm-x86_64-win64.S from [c889c864a2] to [069968302a]. [diff]
Modified src/runtime/tagged-pointer.m from [3ba8d16fba] to [1f64e311ce]. [diff]