Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor pvm memory #257

Merged
merged 7 commits into from
Jan 2, 2025

fix sbrk

cb38eb8
Select commit
Loading
Failed to load commit list.
Merged

refactor pvm memory #257

fix sbrk
cb38eb8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 31, 2024 in 1s

87.14% of diff hit (target 76.08%)

View this Pull Request on Codecov

87.14% of diff hit (target 76.08%)

Annotations

Check warning on line 25 in Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCall.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCall.swift#L25

Added line #L25 was not covered by tests

Check warning on line 766 in Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift#L766

Added line #L766 was not covered by tests

Check warning on line 855 in Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift#L855

Added line #L855 was not covered by tests

Check warning on line 867 in Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift#L867

Added line #L867 was not covered by tests

Check warning on line 882 in Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift#L882

Added line #L882 was not covered by tests

Check warning on line 892 in Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift#L890-L892

Added lines #L890 - L892 were not covered by tests

Check warning on line 896 in Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift#L896

Added line #L896 was not covered by tests

Check warning on line 38 in PolkaVM/Sources/PolkaVM/Instruction.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Instruction.swift#L38

Added line #L38 was not covered by tests

Check warning on line 30 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L13-L30

Added lines #L13 - L30 were not covered by tests

Check warning on line 227 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L227

Added line #L227 was not covered by tests

Check warning on line 240 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L240

Added line #L240 was not covered by tests

Check warning on line 317 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L317

Added line #L317 was not covered by tests

Check warning on line 324 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L324

Added line #L324 was not covered by tests

Check warning on line 343 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L343

Added line #L343 was not covered by tests

Check warning on line 356 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L349-L356

Added lines #L349 - L356 were not covered by tests

Check warning on line 366 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L359-L366

Added lines #L359 - L366 were not covered by tests

Check warning on line 372 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L372

Added line #L372 was not covered by tests

Check warning on line 422 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L421-L422

Added lines #L421 - L422 were not covered by tests

Check warning on line 470 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L470

Added line #L470 was not covered by tests

Check warning on line 477 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L473-L477

Added lines #L473 - L477 were not covered by tests

Check warning on line 482 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L482

Added line #L482 was not covered by tests

Check warning on line 489 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L487-L489

Added lines #L487 - L489 were not covered by tests

Check warning on line 491 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L491

Added line #L491 was not covered by tests

Check warning on line 532 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L531-L532

Added lines #L531 - L532 were not covered by tests

Check warning on line 542 in PolkaVM/Sources/PolkaVM/Memory.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

PolkaVM/Sources/PolkaVM/Memory.swift#L536-L542

Added lines #L536 - L542 were not covered by tests