Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

additional wasm unittests around max depth #7623

Merged
merged 1 commit into from
Jul 9, 2019

Conversation

spoonincode
Copy link
Contributor

Change Description

Add some additional unittests around the wasm max depth. Of particular interest is a check that ensures intrinsics are counted against the depth -- in the current injected architecture depth checks happen before calls, so an intrinsic call can still cause depth check to fail. A non-injected runtime needs to ensure it follows this behavior still.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

Add some additional unittests around the wasm max depth. Of particular interest is a check that ensures intrinsics are counted against the depth -- in the current injected architecture depth checks happen before calls, so an intrinsic call can still cause depth check to fail. A non-injected runtime needs to ensure it follows this behavior still.
@spoonincode spoonincode merged commit ba4e7a1 into develop Jul 9, 2019
@spoonincode spoonincode deleted the more_wasm_depth_unittests branch July 9, 2019 20:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants