PerformInvocations handles exceptions as returned values

Issue #35 resolved
Frederik Buss-Joraschek created an issue

domain.allReturnInstructions returns also the pcs of all throw instructions. Therefore all exceptions will be handled as values which are "normally" returned

Comments (6)

  1. Michael Eichberg repo owner

    Merge branch 'refs/heads/Locals'

    • refs/heads/Locals: fixed issue #35 added a method to transform/update a Locals array fixed a documentation link fixed a compile time error Locals now also support the possibility to "set(...)" a value JVM settings optimized(?) for OPAL (abstract interpretation) foreachSubclass (for pull request #72) the locals now use the optimized data structure locals

    → <<cset f1939ea58ee8>>

  2. Log in to comment