Skip to content

Feat cycle detection#10

Open
annielz wants to merge 10 commits intoMIR-interp-developfrom
feat-cycle-detection-annie
Open

Feat cycle detection#10
annielz wants to merge 10 commits intoMIR-interp-developfrom
feat-cycle-detection-annie

Conversation

@annielz
Copy link
Copy Markdown
Collaborator

@annielz annielz commented Nov 28, 2025

Description

fix infinity loop and runtime usdt transfer

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...


stack.push(mir.Result())
// Only push result for producer operations; copy operations are void (no stack output)
switch op {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to use a flag like NoStackPush here to and set the flag at the previous switch-case code blocks.

// 小规模测试配置
numTransfers := int64(50000) // 5万次转账
batchGasLimit := uint64(2000000000) // 2B gas for batch transfer
// 小规模测试配置 - 用于debugging
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's translate all Chinese characters into English.

@annielz annielz changed the title Feat cycle detection annie Feat cycle detection Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants