"src/vscode:/vscode.git/clone" did not exist on "7a80b6dfb18e224e69a34d62dc57872a5f3ea51b"
Refactor index handling in BufferStore and BufferLoad to promote 64-bit integers (#796)
- Updated index processing in `BufferStore` and `BufferLoad` to ensure that integer indices with less than 64 bits are promoted to 64-bit integers. - Introduced a new array to store the modified indices before updating the original indices, enhancing clarity and maintainability of the code.
Showing
Please register or sign in to comment