On Tue, 7 Jan 2025 12:58:12 GMT, Per Minborg wrote:
>> This PR proposes to improve the current `MemorySegment.toString()` method
>> from:
>>
>> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>>
>> to
>>
>> `MemorySegment{ native, address: 0x6264c540, byteSize: 8}`
>>
>> Tests pa
> This PR proposes to improve the current `MemorySegment.toString()` method
> from:
>
> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>
> to
>
> `MemorySegment{ native, address: 0x6264c540, byteSize: 8}`
>
> Tests passes tier1-tier3
Per Minborg has updated the pull request incre
> This PR proposes to improve the current `MemorySegment.toString()` method
> from:
>
> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>
> to
>
> `MemorySegment{ native, address: 0x6264c540, byteSize: 8}`
>
> Tests passes tier1-tier3
Per Minborg has updated the pull request incre
> This PR proposes to improve the current `MemorySegment.toString()` method
> from:
>
> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>
> to
>
> `MemorySegment{ native, address: 0x6264c540, byteSize: 8}`
>
> Tests passes tier1-tier3
Per Minborg has updated the pull request incre
> This PR proposes to improve the current `MemorySegment.toString()` method
> from:
>
> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>
> to
>
> `MemorySegment{ native, address: 0x6264c540, byteSize: 8}`
>
> Tests passes tier1-tier3
Per Minborg has updated the pull request incre
On Tue, 7 Jan 2025 11:30:13 GMT, Per Minborg wrote:
>> This PR proposes to improve the current `MemorySegment.toString()` method
>> from:
>>
>> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>>
>> to
>>
>> `MemorySegment{ native, address: 0x6264c540, byteSize: 8}`
>>
>> Tests pa
> This PR proposes to improve the current `MemorySegment.toString()` method
> from:
>
> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>
> to
>
> `MemorySegment{ native, address: 0x6264c540, byteSize: 8}`
>
> Tests passes tier1-tier3
Per Minborg has updated the pull request with
On Thu, 19 Dec 2024 17:41:29 GMT, Jorn Vernee wrote:
> I would find it reasonable to add `isAlive=true/false` to that, but it's not
> a property of the MS itself, but of the scope that it is attached to, so I'm
> not sure.
And even for liveness, the fact that this info could be updated concurr
On Thu, 19 Dec 2024 09:48:23 GMT, Per Minborg wrote:
> This PR proposes to improve the current `MemorySegment.toString()` method
> from:
>
> `MemorySegment{ address: 0x6264c540, byteSize: 8 }`
>
> to
>
> `MemorySegment{ native, address: 0x6264c540, byteSize: 8, confined, not
> alive,
This PR proposes to improve the current `MemorySegment.toString()` method from:
`MemorySegment{ address: 0x6264c540, byteSize: 8 }`
to
`MemorySegment{ native, address: 0x6264c540, byteSize: 8, confined, not
alive, read-only, mapped }`
Tests passes tier1-tier3
-
Commit mes
10 matches
Mail list logo