Project

General

Profile

Actions

Task #6073

closed

Implicitly inserted marks

Added by Alexander Kamkin almost 9 years ago. Updated over 4 years ago.

Status:
Rejected
Priority:
Normal
Category:
MIR
Target version:
Start date:
06/19/2015
Due date:
06/26/2015
% Done:

0%

Estimated time:
Detected in build:
svn
Published in build:

Description

  1. exception("IntegerOverflow") -> mark("exception.IntegerOverflow")
  2. x[i] = expr -> mark("x.write", index = i, value = expr)
  3. var = x[i] -> mark("x.read", index = i, value = x[i])
  4. PC = expr(inputs) -> mark("branch", address = expr)
Actions

Also available in: Atom PDF